Html Css Color HEX #357D3C Japanese Laurel

📋 copy color: '#357D3C'

red 53 ◦ green 125 ◦ blue 60

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

Shades of Japanese Laurel #357D3C

Tints of Japanese Laurel #357D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.52%

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

R = 22.27%
G = 52.52%
B = 25.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#357D3C (or 0x357D3C) is known color: Japanese Laurel. HEX triplet: 35, 7D and 3C. RGB value is (53,125,60). Sum of RGB (Red+Green+Blue) = 53+125+60=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #357D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D3C is #CA82C3. Grayscale: #606060. Windows color (decimal): -13271748 or 3964213. OLE color: 3964213.

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

Color convert

RGB 53 125 60 -
CMYK 0.58 0 0.52 0.51
HSL 125.83º 0.4% 0.35% -
HSV(B) 125.83º 0.58% 0.49% -
XYZ 9.62 15.75 6.81 -
YUV 96.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 53 125 60 0.58 0 0.52 0.51 125.83 0.4 0.35
Hex 35 7D 3C 3A 0 34 33 7E 28 23
Octal 65 175 74 72 0 64 63 176 50 43
Binary 110101 1111101 111100 111010 0 110100 110011 1111110 101000 100011

Color Harmonies of #357D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D3C

Black with #357D3C

Text Example


Text Example

White with #357D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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