#367A3B

Color #367A3B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #367A3B

Tints of Japanese Laurel #367A3B

Color information

#367A3B (or 0x367A3B) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7A and 3B. RGB value is (54,122,59). Sum of RGB (Red+Green+Blue) = 54+122+59=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #367A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A3B is #C985C4. Grayscale: #5E5E5E. Windows color (decimal): -13206981 or 3897910. OLE color: 3897910.

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

Color convert

RGB5412259-
CMYK0.5600.520.52
HSL124.41º38.64%34.51%-
HSV(B)124.41º55.74%47.84%-
XYZ9.2715.026.55-
YUV94.49107.9799.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 122 (48.05% from 255) = 51.91%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=22.98%
G=51.91%
B=25.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54122590.5600.520.52124.4138.6434.51
Hex367A3B38034347c2723
Octal661727370064641744743
Binary110110111101011101111100001101001101001111100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #367A3B;
 }
 .AnyTagClassName
 {
   color: #367A3B;
 }
</style>
background-color css

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

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

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

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

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

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