Html Css Color HEX #356B31 Japanese Laurel

📋 copy color: '#356B31'

red 53 ◦ green 107 ◦ blue 49

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

Shades of Japanese Laurel #356B31

Tints of Japanese Laurel #356B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.2%

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

R = 25.36%
G = 51.2%
B = 23.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#356B31 (or 0x356B31) is known color: Japanese Laurel. HEX triplet: 35, 6B and 31. RGB value is (53,107,49). Sum of RGB (Red+Green+Blue) = 53+107+49=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #356B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B31 is #CA94CE. Grayscale: #545454. Windows color (decimal): -13276367 or 3238709. OLE color: 3238709.

HSL color Cylindrical-coordinate representation of color #356B31: hue angle of 115.86º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356B31 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 107 49 -
CMYK 0.50 0 0.54 0.58
HSL 115.86º 0.37% 0.31% -
HSV(B) 115.86º 0.54% 0.42% -
XYZ 7.28 11.49 4.74 -
YUV 84.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 53 107 49 0.50 0 0.54 0.58 115.86 0.37 0.31
Hex 35 6B 31 32 0 36 3A 74 25 1F
Octal 65 153 61 62 0 66 72 164 45 37
Binary 110101 1101011 110001 110010 0 110110 111010 1110100 100101 11111

Color Harmonies of #356B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B31

Black with #356B31

Text Example


Text Example

White with #356B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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