Html Css Color HEX #357642 Japanese Laurel

📋 copy color: '#357642'

red 53 ◦ green 118 ◦ blue 66

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

Shades of Japanese Laurel #357642

Tints of Japanese Laurel #357642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.79%

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

R = 22.36%
G = 49.79%
B = 27.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#357642 (or 0x357642) is known color: Japanese Laurel. HEX triplet: 35, 76 and 42. RGB value is (53,118,66). Sum of RGB (Red+Green+Blue) = 53+118+66=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #357642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357642 is #CA89BD. Grayscale: #5C5C5C. Windows color (decimal): -13273534 or 4355637. OLE color: 4355637.

HSL color Cylindrical-coordinate representation of color #357642: hue angle of 132º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357642 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 66 -
CMYK 0.55 0 0.44 0.54
HSL 132º 0.38% 0.34% -
HSV(B) 132º 0.55% 0.46% -
XYZ 8.93 14.11 7.41 -
YUV 92.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 53 118 66 0.55 0 0.44 0.54 132 0.38 0.34
Hex 35 76 42 37 0 2C 36 84 26 22
Octal 65 166 102 67 0 54 66 204 46 42
Binary 110101 1110110 1000010 110111 0 101100 110110 10000100 100110 100010

Color Harmonies of #357642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357642

Black with #357642

Text Example


Text Example

White with #357642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357642; }

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

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

background-color css

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

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

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

border-color css

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

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

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