Html Css Color HEX #356E31 Japanese Laurel

📋 copy color: '#356E31'

red 53 ◦ green 110 ◦ blue 49

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

Shades of Japanese Laurel #356E31

Tints of Japanese Laurel #356E31

RGB

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

 GREEN value IS 110 (43.36% from 255) = 51.89%

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

R = 25%
G = 51.89%
B = 23.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#356E31 (or 0x356E31) is known color: Japanese Laurel. HEX triplet: 35, 6E and 31. RGB value is (53,110,49). Sum of RGB (Red+Green+Blue) = 53+110+49=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #356E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356E31 is #CA91CE. Grayscale: #565656. Windows color (decimal): -13275599 or 3239477. OLE color: 3239477.

HSL color Cylindrical-coordinate representation of color #356E31: hue angle of 116.07º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356E31 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 110 49 -
CMYK 0.52 0 0.55 0.57
HSL 116.07º 0.38% 0.31% -
HSV(B) 116.07º 0.55% 0.43% -
XYZ 7.6 12.13 4.85 -
YUV 86 107.12 104.46 -
System Red Green Blue C M Y K H S L
Decimal 53 110 49 0.52 0 0.55 0.57 116.07 0.38 0.31
Hex 35 6E 31 34 0 37 39 74 26 1F
Octal 65 156 61 64 0 67 71 164 46 37
Binary 110101 1101110 110001 110100 0 110111 111001 1110100 100110 11111

Color Harmonies of #356E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E31

Black with #356E31

Text Example


Text Example

White with #356E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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