Html Css Color HEX #356F31 Japanese Laurel

📋 copy color: '#356F31'

red 53 ◦ green 111 ◦ blue 49

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

Shades of Japanese Laurel #356F31

Tints of Japanese Laurel #356F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.11%

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

R = 24.88%
G = 52.11%
B = 23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#356F31 (or 0x356F31) is known color: Japanese Laurel. HEX triplet: 35, 6F and 31. RGB value is (53,111,49). Sum of RGB (Red+Green+Blue) = 53+111+49=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #356F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F31 is #CA90CE. Grayscale: #565656. Windows color (decimal): -13275343 or 3239733. OLE color: 3239733.

HSL color Cylindrical-coordinate representation of color #356F31: hue angle of 116.13º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356F31 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 49 -
CMYK 0.52 0 0.56 0.56
HSL 116.13º 0.39% 0.31% -
HSV(B) 116.13º 0.56% 0.44% -
XYZ 7.71 12.35 4.88 -
YUV 86.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 53 111 49 0.52 0 0.56 0.56 116.13 0.39 0.31
Hex 35 6F 31 34 0 38 38 74 27 1F
Octal 65 157 61 64 0 70 70 164 47 37
Binary 110101 1101111 110001 110100 0 111000 111000 1110100 100111 11111

Color Harmonies of #356F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F31

Black with #356F31

Text Example


Text Example

White with #356F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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