Html Css Color HEX #357731 Japanese Laurel

📋 copy color: '#357731'

red 53 ◦ green 119 ◦ blue 49

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

Shades of Japanese Laurel #357731

Tints of Japanese Laurel #357731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.85%

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 23.98%
G = 53.85%
B = 22.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#357731 (or 0x357731) is known color: Japanese Laurel. HEX triplet: 35, 77 and 31. RGB value is (53,119,49). Sum of RGB (Red+Green+Blue) = 53+119+49=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #357731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357731 is #CA88CE. Grayscale: #5B5B5B. Windows color (decimal): -13273295 or 3241781. OLE color: 3241781.

HSL color Cylindrical-coordinate representation of color #357731: hue angle of 116.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357731 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 49 -
CMYK 0.55 0 0.59 0.53
HSL 116.57º 0.42% 0.33% -
HSV(B) 116.57º 0.59% 0.47% -
XYZ 8.62 14.17 5.19 -
YUV 91.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 53 119 49 0.55 0 0.59 0.53 116.57 0.42 0.33
Hex 35 77 31 37 0 3B 35 75 2A 21
Octal 65 167 61 67 0 73 65 165 52 41
Binary 110101 1110111 110001 110111 0 111011 110101 1110101 101010 100001

Color Harmonies of #357731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357731

Black with #357731

Text Example


Text Example

White with #357731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357731; }

 p { color: rgb(53,119,49); }

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

background-color css

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

 a { background-color: rgb(53,119,49); }

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

border-color css

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

 span { border-color: rgb(53,119,49); }

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