Html Css Color HEX #357C42 Japanese Laurel

📋 copy color: '#357C42'

red 53 ◦ green 124 ◦ blue 66

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

Shades of Japanese Laurel #357C42

Tints of Japanese Laurel #357C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.03%

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

R = 21.81%
G = 51.03%
B = 27.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#357C42 (or 0x357C42) is known color: Japanese Laurel. HEX triplet: 35, 7C and 42. RGB value is (53,124,66). Sum of RGB (Red+Green+Blue) = 53+124+66=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #357C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C42 is #CA83BD. Grayscale: #606060. Windows color (decimal): -13271998 or 4357173. OLE color: 4357173.

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

Color convert

RGB 53 124 66 -
CMYK 0.57 0 0.47 0.51
HSL 130.99º 0.4% 0.35% -
HSV(B) 130.99º 0.57% 0.49% -
XYZ 9.66 15.57 7.65 -
YUV 96.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 53 124 66 0.57 0 0.47 0.51 130.99 0.4 0.35
Hex 35 7C 42 39 0 2F 33 83 28 23
Octal 65 174 102 71 0 57 63 203 50 43
Binary 110101 1111100 1000010 111001 0 101111 110011 10000011 101000 100011

Color Harmonies of #357C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C42

Black with #357C42

Text Example


Text Example

White with #357C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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