Html Css Color HEX #357C37 Japanese Laurel

📋 copy color: '#357C37'

red 53 ◦ green 124 ◦ blue 55

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

Shades of Japanese Laurel #357C37

Tints of Japanese Laurel #357C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.71%

R = 22.84%
G = 53.45%
B = 23.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#357C37 (or 0x357C37) is known color: Japanese Laurel. HEX triplet: 35, 7C and 37. RGB value is (53,124,55). Sum of RGB (Red+Green+Blue) = 53+124+55=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #357C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C37 is #CA83C8. Grayscale: #5F5F5F. Windows color (decimal): -13272009 or 3636277. OLE color: 3636277.

HSL color Cylindrical-coordinate representation of color #357C37: hue angle of 121.69º 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 #357C37 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 55 -
CMYK 0.57 0 0.56 0.51
HSL 121.69º 0.4% 0.35% -
HSV(B) 121.69º 0.57% 0.49% -
XYZ 9.37 15.45 6.1 -
YUV 94.91 105.48 98.11 -
System Red Green Blue C M Y K H S L
Decimal 53 124 55 0.57 0 0.56 0.51 121.69 0.4 0.35
Hex 35 7C 37 39 0 38 33 7A 28 23
Octal 65 174 67 71 0 70 63 172 50 43
Binary 110101 1111100 110111 111001 0 111000 110011 1111010 101000 100011

Color Harmonies of #357C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C37

Black with #357C37

Text Example


Text Example

White with #357C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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