Html Css Color HEX #358642 Japanese Laurel

📋 copy color: '#358642'

red 53 ◦ green 134 ◦ blue 66

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

Shades of Japanese Laurel #358642

Tints of Japanese Laurel #358642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 20.95%
G = 52.96%
B = 26.09%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#358642 (or 0x358642) is known color: Japanese Laurel. HEX triplet: 35, 86 and 42. RGB value is (53,134,66). Sum of RGB (Red+Green+Blue) = 53+134+66=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #358642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358642 is #CA79BD. Grayscale: #666666. Windows color (decimal): -13269438 or 4359733. OLE color: 4359733.

HSL color Cylindrical-coordinate representation of color #358642: hue angle of 129.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358642 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 66 -
CMYK 0.60 0 0.51 0.47
HSL 129.63º 0.43% 0.37% -
HSV(B) 129.63º 0.6% 0.53% -
XYZ 10.98 18.2 8.09 -
YUV 102.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 53 134 66 0.60 0 0.51 0.47 129.63 0.43 0.37
Hex 35 86 42 3C 0 33 2F 82 2B 25
Octal 65 206 102 74 0 63 57 202 53 45
Binary 110101 10000110 1000010 111100 0 110011 101111 10000010 101011 100101

Color Harmonies of #358642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358642

Black with #358642

Text Example


Text Example

White with #358642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358642; }

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

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

background-color css

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

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

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

border-color css

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

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

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