Html Css Color HEX #358442 Japanese Laurel

📋 copy color: '#358442'

red 53 ◦ green 132 ◦ blue 66

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

Shades of Japanese Laurel #358442

Tints of Japanese Laurel #358442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.59%

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 21.12%
G = 52.59%
B = 26.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#358442 (or 0x358442) is known color: Japanese Laurel. HEX triplet: 35, 84 and 42. RGB value is (53,132,66). Sum of RGB (Red+Green+Blue) = 53+132+66=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #358442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358442 is #CA7BBD. Grayscale: #656565. Windows color (decimal): -13269950 or 4359221. OLE color: 4359221.

HSL color Cylindrical-coordinate representation of color #358442: hue angle of 129.87º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358442 is Cyan = 0.60, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 66 -
CMYK 0.60 0 0.5 0.48
HSL 129.87º 0.43% 0.36% -
HSV(B) 129.87º 0.6% 0.52% -
XYZ 10.7 17.65 8 -
YUV 100.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 53 132 66 0.60 0 0.5 0.48 129.87 0.43 0.36
Hex 35 84 42 3C 0 32 30 82 2B 24
Octal 65 204 102 74 0 62 60 202 53 44
Binary 110101 10000100 1000010 111100 0 110010 110000 10000010 101011 100100

Color Harmonies of #358442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358442

Black with #358442

Text Example


Text Example

White with #358442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358442; }

 p { color: rgb(53,132,66); }

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

background-color css

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

 a { background-color: rgb(53,132,66); }

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

border-color css

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

 span { border-color: rgb(53,132,66); }

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