Html Css Color HEX #357C3C Japanese Laurel

📋 copy color: '#357C3C'

red 53 ◦ green 124 ◦ blue 60

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

Shades of Japanese Laurel #357C3C

Tints of Japanese Laurel #357C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 22.36%
G = 52.32%
B = 25.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#357C3C (or 0x357C3C) is known color: Japanese Laurel. HEX triplet: 35, 7C and 3C. RGB value is (53,124,60). Sum of RGB (Red+Green+Blue) = 53+124+60=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #357C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C3C is #CA83C3. Grayscale: #5F5F5F. Windows color (decimal): -13272004 or 3963957. OLE color: 3963957.

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

Color convert

RGB 53 124 60 -
CMYK 0.57 0 0.52 0.51
HSL 125.92º 0.4% 0.35% -
HSV(B) 125.92º 0.57% 0.49% -
XYZ 9.49 15.5 6.77 -
YUV 95.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 53 124 60 0.57 0 0.52 0.51 125.92 0.4 0.35
Hex 35 7C 3C 39 0 34 33 7E 28 23
Octal 65 174 74 71 0 64 63 176 50 43
Binary 110101 1111100 111100 111001 0 110100 110011 1111110 101000 100011

Color Harmonies of #357C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C3C

Black with #357C3C

Text Example


Text Example

White with #357C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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