Html Css Color HEX #357942 Japanese Laurel

📋 copy color: '#357942'

red 53 ◦ green 121 ◦ blue 66

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

Shades of Japanese Laurel #357942

Tints of Japanese Laurel #357942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.42%

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

R = 22.08%
G = 50.42%
B = 27.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#357942 (or 0x357942) is known color: Japanese Laurel. HEX triplet: 35, 79 and 42. RGB value is (53,121,66). Sum of RGB (Red+Green+Blue) = 53+121+66=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #357942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357942 is #CA86BD. Grayscale: #5E5E5E. Windows color (decimal): -13272766 or 4356405. OLE color: 4356405.

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

Color convert

RGB 53 121 66 -
CMYK 0.56 0 0.45 0.53
HSL 131.47º 0.39% 0.34% -
HSV(B) 131.47º 0.56% 0.47% -
XYZ 9.29 14.82 7.53 -
YUV 94.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 53 121 66 0.56 0 0.45 0.53 131.47 0.39 0.34
Hex 35 79 42 38 0 2D 35 83 27 22
Octal 65 171 102 70 0 55 65 203 47 42
Binary 110101 1111001 1000010 111000 0 101101 110101 10000011 100111 100010

Color Harmonies of #357942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357942

Black with #357942

Text Example


Text Example

White with #357942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357942; }

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

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

background-color css

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

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

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

border-color css

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

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

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