#367A3A

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

Shades of Japanese Laurel #367A3A

Tints of Japanese Laurel #367A3A

Color information

#367A3A (or 0x367A3A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 7A and 3A. RGB value is (54,122,58). Sum of RGB (Red+Green+Blue) = 54+122+58=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #367A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A3A is #C985C5. Grayscale: #5E5E5E. Windows color (decimal): -13206982 or 3832374. OLE color: 3832374.

HSL color Cylindrical-coordinate representation of color #367A3A: hue angle of 123.53º 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 #367A3A is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB5412258-
CMYK0.5600.520.52
HSL123.53º38.64%34.51%-
HSV(B)123.53º55.74%47.84%-
XYZ9.2415.016.41-
YUV94.37107.4799.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 122 (48.05% from 255) = 52.14%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=23.08%
G=52.14%
B=24.79%

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
Decimal54122580.5600.520.52123.5338.6434.51
Hex367A3A38034347c2723
Octal661727270064641744743
Binary110110111101011101011100001101001101001111100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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