Html Css Color HEX #367A2E Japanese Laurel

📋 copy color: '#367A2E'

red 54 ◦ green 122 ◦ blue 46

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

Shades of Japanese Laurel #367A2E

Tints of Japanese Laurel #367A2E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 54.95%

 BLUE value IS 46 (18.36% from 255) = 20.72%

R = 24.32%
G = 54.95%
B = 20.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#367A2E (or 0x367A2E) is known color: Japanese Laurel. HEX triplet: 36, 7A and 2E. RGB value is (54,122,46). Sum of RGB (Red+Green+Blue) = 54+122+46=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #367A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A2E is #C985D1. Grayscale: #5D5D5D. Windows color (decimal): -13206994 or 3045942. OLE color: 3045942.

HSL color Cylindrical-coordinate representation of color #367A2E: hue angle of 113.68º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367A2E is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 122 46 -
CMYK 0.56 0 0.62 0.52
HSL 113.68º 0.45% 0.33% -
HSV(B) 113.68º 0.62% 0.48% -
XYZ 8.97 14.9 4.99 -
YUV 93 101.47 100.18 -
System Red Green Blue C M Y K H S L
Decimal 54 122 46 0.56 0 0.62 0.52 113.68 0.45 0.33
Hex 36 7A 2E 38 0 3E 34 72 2D 21
Octal 66 172 56 70 0 76 64 162 55 41
Binary 110110 1111010 101110 111000 0 111110 110100 1110010 101101 100001

Color Harmonies of #367A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A2E

Black with #367A2E

Text Example


Text Example

White with #367A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367A2E; }

 p { color: rgb(54,122,46); }

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

background-color css

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

 a { background-color: rgb(54,122,46); }

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

border-color css

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

 span { border-color: rgb(54,122,46); }

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