Html Css Color HEX #357131 Japanese Laurel

📋 copy color: '#357131'

red 53 ◦ green 113 ◦ blue 49

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

Shades of Japanese Laurel #357131

Tints of Japanese Laurel #357131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.56%

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

R = 24.65%
G = 52.56%
B = 22.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#357131 (or 0x357131) is known color: Japanese Laurel. HEX triplet: 35, 71 and 31. RGB value is (53,113,49). Sum of RGB (Red+Green+Blue) = 53+113+49=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #357131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357131 is #CA8ECE. Grayscale: #575757. Windows color (decimal): -13274831 or 3240245. OLE color: 3240245.

HSL color Cylindrical-coordinate representation of color #357131: hue angle of 116.25º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357131 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 49 -
CMYK 0.53 0 0.57 0.56
HSL 116.25º 0.4% 0.32% -
HSV(B) 116.25º 0.57% 0.44% -
XYZ 7.93 12.79 4.96 -
YUV 87.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 53 113 49 0.53 0 0.57 0.56 116.25 0.4 0.32
Hex 35 71 31 35 0 39 38 74 28 20
Octal 65 161 61 65 0 71 70 164 50 40
Binary 110101 1110001 110001 110101 0 111001 111000 1110100 101000 100000

Color Harmonies of #357131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357131

Black with #357131

Text Example


Text Example

White with #357131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357131; }

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

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

background-color css

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

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

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

border-color css

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

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

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