Html Css Color HEX #357E42 Japanese Laurel

📋 copy color: '#357E42'

red 53 ◦ green 126 ◦ blue 66

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

Shades of Japanese Laurel #357E42

Tints of Japanese Laurel #357E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.43%

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

R = 21.63%
G = 51.43%
B = 26.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#357E42 (or 0x357E42) is known color: Japanese Laurel. HEX triplet: 35, 7E and 42. RGB value is (53,126,66). Sum of RGB (Red+Green+Blue) = 53+126+66=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 126 (49.61% from 255 or 51.43% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 126 - color contains mainly: green. Hex color #357E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E42 is #CA81BD. Grayscale: #616161. Windows color (decimal): -13271486 or 4357685. OLE color: 4357685.

HSL color Cylindrical-coordinate representation of color #357E42: hue angle of 130.68º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357E42 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 126 66 -
CMYK 0.58 0 0.48 0.51
HSL 130.68º 0.41% 0.35% -
HSV(B) 130.68º 0.58% 0.49% -
XYZ 9.91 16.07 7.73 -
YUV 97.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 53 126 66 0.58 0 0.48 0.51 130.68 0.41 0.35
Hex 35 7E 42 3A 0 30 33 83 29 23
Octal 65 176 102 72 0 60 63 203 51 43
Binary 110101 1111110 1000010 111010 0 110000 110011 10000011 101001 100011

Color Harmonies of #357E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357E42

Black with #357E42

Text Example


Text Example

White with #357E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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