Html Css Color HEX #357239 Japanese Laurel

📋 copy color: '#357239'

red 53 ◦ green 114 ◦ blue 57

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

Shades of Japanese Laurel #357239

Tints of Japanese Laurel #357239

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.89%

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 23.66%
G = 50.89%
B = 25.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#357239 (or 0x357239) is known color: Japanese Laurel. HEX triplet: 35, 72 and 39. RGB value is (53,114,57). Sum of RGB (Red+Green+Blue) = 53+114+57=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #357239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357239 is #CA8DC6. Grayscale: #595959. Windows color (decimal): -13274567 or 3764789. OLE color: 3764789.

HSL color Cylindrical-coordinate representation of color #357239: hue angle of 123.93º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357239 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 114 57 -
CMYK 0.54 0 0.50 0.55
HSL 123.93º 0.37% 0.33% -
HSV(B) 123.93º 0.54% 0.45% -
XYZ 8.22 13.09 5.96 -
YUV 89.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 53 114 57 0.54 0 0.50 0.55 123.93 0.37 0.33
Hex 35 72 39 36 0 32 37 7C 25 21
Octal 65 162 71 66 0 62 67 174 45 41
Binary 110101 1110010 111001 110110 0 110010 110111 1111100 100101 100001

Color Harmonies of #357239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357239

Black with #357239

Text Example


Text Example

White with #357239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357239; }

 p { color: rgb(53,114,57); }

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

background-color css

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

 a { background-color: rgb(53,114,57); }

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

border-color css

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

 span { border-color: rgb(53,114,57); }

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