Html Css Color HEX #357333 Japanese Laurel

📋 copy color: '#357333'

red 53 ◦ green 115 ◦ blue 51

#357333
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #357333

Tints of Japanese Laurel #357333

RGB

 RED value IS 53 (21.09% from 255) = 24.2%

 GREEN value IS 115 (45.31% from 255) = 52.51%

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 24.2%
G = 52.51%
B = 23.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#357333 (or 0x357333) is known color: Japanese Laurel. HEX triplet: 35, 73 and 33. RGB value is (53,115,51). Sum of RGB (Red+Green+Blue) = 53+115+51=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #357333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357333 is #CA8CCC. Grayscale: #595959. Windows color (decimal): -13274317 or 3371829. OLE color: 3371829.

HSL color Cylindrical-coordinate representation of color #357333: hue angle of 118.12º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357333 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 51 -
CMYK 0.54 0 0.56 0.55
HSL 118.13º 0.39% 0.33% -
HSV(B) 118.13º 0.56% 0.45% -
XYZ 8.2 13.26 5.26 -
YUV 89.17 106.46 102.2 -
System Red Green Blue C M Y K H S L
Decimal 53 115 51 0.54 0 0.56 0.55 118.13 0.39 0.33
Hex 35 73 33 36 0 38 37 76 27 21
Octal 65 163 63 66 0 70 67 166 47 41
Binary 110101 1110011 110011 110110 0 111000 110111 1110110 100111 100001

Color Harmonies of #357333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357333

Black with #357333

Text Example


Text Example

White with #357333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357333; }

 p { color: rgb(53,115,51); }

 H1.HeaderClassName
 {
   color: #357333;
 }
 .AnyTagClassName
 {
   color: #357333;
 }
</style>

background-color css

<style>
 a { background-color: #357333; }

 a { background-color: rgb(53,115,51); }

 div.DivClassName
 {
   background-color: #357333;
 }
 .BgClassName
 {
   background-color: #357333;
 }
</style>

border-color css

<style>
 span { border-color: #357333; }

 span { border-color: rgb(53,115,51); }

 td.TdClassName
 {
   border-color: #357333;
 }
 .TagClassName
 {
   border-color: #357333;
 }
</style>