Html Css Color HEX #356D34 Japanese Laurel

📋 copy color: '#356D34'

red 53 ◦ green 109 ◦ blue 52

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

Shades of Japanese Laurel #356D34

Tints of Japanese Laurel #356D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.93%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 24.77%
G = 50.93%
B = 24.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#356D34 (or 0x356D34) is known color: Japanese Laurel. HEX triplet: 35, 6D and 34. RGB value is (53,109,52). Sum of RGB (Red+Green+Blue) = 53+109+52=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #356D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356D34 is #CA92CB. Grayscale: #555555. Windows color (decimal): -13275852 or 3435829. OLE color: 3435829.

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

Color convert

RGB 53 109 52 -
CMYK 0.51 0 0.52 0.57
HSL 118.95º 0.35% 0.32% -
HSV(B) 118.95º 0.52% 0.43% -
XYZ 7.56 11.94 5.16 -
YUV 85.76 108.95 104.63 -
System Red Green Blue C M Y K H S L
Decimal 53 109 52 0.51 0 0.52 0.57 118.95 0.35 0.32
Hex 35 6D 34 33 0 34 39 77 23 20
Octal 65 155 64 63 0 64 71 167 43 40
Binary 110101 1101101 110100 110011 0 110100 111001 1110111 100011 100000

Color Harmonies of #356D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D34

Black with #356D34

Text Example


Text Example

White with #356D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,109,52); }

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

background-color css

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

 a { background-color: rgb(53,109,52); }

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

border-color css

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

 span { border-color: rgb(53,109,52); }

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