#368843

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

Shades of Japanese Laurel #368843

Tints of Japanese Laurel #368843

Color information

#368843 (or 0x368843) is unknown color: approx Japanese Laurel. HEX triplet: 36, 88 and 43. RGB value is (54,136,67). Sum of RGB (Red+Green+Blue) = 54+136+67=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #368843 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368843 is #C977BC. Grayscale: #676767. Windows color (decimal): -13203389 or 4425782. OLE color: 4425782.

HSL color Cylindrical-coordinate representation of color #368843: hue angle of 129.51º 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 #368843 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB5413667-
CMYK0.6000.510.47
HSL129.51º43.16%37.25%-
HSV(B)129.51º60.29%53.33%-
XYZ11.3418.88.34-
YUV103.62107.3392.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=21.01%
G=52.92%
B=26.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136670.6000.510.47129.5143.1637.25
Hex3688433C0332F822b25
Octal6621010374063572025345
Binary110110100010001000011111100011001110111110000010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368843; }

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

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

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

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

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

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

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

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