#368841

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

Shades of Japanese Laurel #368841

Tints of Japanese Laurel #368841

Color information

#368841 (or 0x368841) is unknown color: approx Japanese Laurel. HEX triplet: 36, 88 and 41. RGB value is (54,136,65). Sum of RGB (Red+Green+Blue) = 54+136+65=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #368841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368841 is #C977BE. Grayscale: #676767. Windows color (decimal): -13203391 or 4294710. OLE color: 4294710.

HSL color Cylindrical-coordinate representation of color #368841: hue angle of 128.05º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368841 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB5413665-
CMYK0.6000.520.47
HSL128.05º43.16%37.25%-
HSV(B)128.05º60.29%53.33%-
XYZ11.2818.778.03-
YUV103.39106.3392.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 136 (53.52% from 255) = 53.33%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=21.18%
G=53.33%
B=25.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136650.6000.520.47128.0543.1637.25
Hex3688413C0342F802b25
Octal6621010174064572005345
Binary110110100010001000001111100011010010111110000000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368841; }

 p { color: rgb(54,136,65); }

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

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

 a { background-color: rgb(54,136,65); }

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

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

 span { border-color: rgb(54,136,65); }

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