Html Css Color HEX #367134 Japanese Laurel

📋 copy color: '#367134'

red 54 ◦ green 113 ◦ blue 52

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

Shades of Japanese Laurel #367134

Tints of Japanese Laurel #367134

RGB

 RED value IS 54 (21.48% from 255) = 24.66%

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

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

R = 24.66%
G = 51.6%
B = 23.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#367134 (or 0x367134) is known color: Japanese Laurel. HEX triplet: 36, 71 and 34. RGB value is (54,113,52). Sum of RGB (Red+Green+Blue) = 54+113+52=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #367134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367134 is #C98ECB. Grayscale: #585858. Windows color (decimal): -13209292 or 3436854. OLE color: 3436854.

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

Color convert

RGB 54 113 52 -
CMYK 0.52 0 0.54 0.56
HSL 118.03º 0.37% 0.32% -
HSV(B) 118.03º 0.54% 0.44% -
XYZ 8.05 12.84 5.3 -
YUV 88.41 107.45 103.46 -
System Red Green Blue C M Y K H S L
Decimal 54 113 52 0.52 0 0.54 0.56 118.03 0.37 0.32
Hex 36 71 34 34 0 36 38 76 25 20
Octal 66 161 64 64 0 66 70 166 45 40
Binary 110110 1110001 110100 110100 0 110110 111000 1110110 100101 100000

Color Harmonies of #367134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367134

Black with #367134

Text Example


Text Example

White with #367134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367134; }

 p { color: rgb(54,113,52); }

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

background-color css

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

 a { background-color: rgb(54,113,52); }

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

border-color css

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

 span { border-color: rgb(54,113,52); }

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