#368443

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

Shades of Japanese Laurel #368443

Tints of Japanese Laurel #368443

Color information

#368443 (or 0x368443) is unknown color: approx Japanese Laurel. HEX triplet: 36, 84 and 43. RGB value is (54,132,67). Sum of RGB (Red+Green+Blue) = 54+132+67=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #368443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368443 is #C97BBC. Grayscale: #656565. Windows color (decimal): -13204413 or 4424758. OLE color: 4424758.

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

Color convert

RGB5413267-
CMYK0.5900.490.48
HSL130º41.94%36.47%-
HSV(B)130º59.09%51.76%-
XYZ10.7917.698.16-
YUV101.27108.6694.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 132 (51.95% from 255) = 52.17%
BLUE value IS 67 (26.56% from 255) = 26.48%
R=21.34%
G=52.17%
B=26.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132670.5900.490.4813041.9436.47
Hex3684433B03130822a24
Octal6620410373061602025244
Binary110110100001001000011111011011000111000010000010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368443; }

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

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

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

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

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

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

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

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