#368343

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

Shades of Japanese Laurel #368343

Tints of Japanese Laurel #368343

Color information

#368343 (or 0x368343) is unknown color: approx Japanese Laurel. HEX triplet: 36, 83 and 43. RGB value is (54,131,67). Sum of RGB (Red+Green+Blue) = 54+131+67=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #368343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368343 is #C97CBC. Grayscale: #646464. Windows color (decimal): -13204669 or 4424502. OLE color: 4424502.

HSL color Cylindrical-coordinate representation of color #368343: hue angle of 130.13º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368343 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB5413167-
CMYK0.5900.490.49
HSL130.13º41.62%36.27%-
HSV(B)130.13º58.78%51.37%-
XYZ10.6517.428.11-
YUV100.68108.9994.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=21.43%
G=51.98%
B=26.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131670.5900.490.49130.1341.6236.27
Hex3683433B03131822a24
Octal6620310373061612025244
Binary110110100000111000011111011011000111000110000010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368343; }

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

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

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

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

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

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

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

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