#368540

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

Shades of Japanese Laurel #368540

Tints of Japanese Laurel #368540

Color information

#368540 (or 0x368540) is unknown color: approx Japanese Laurel. HEX triplet: 36, 85 and 40. RGB value is (54,133,64). Sum of RGB (Red+Green+Blue) = 54+133+64=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #368540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368540 is #C97ABF. Grayscale: #656565. Windows color (decimal): -13204160 or 4228406. OLE color: 4228406.

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

Color convert

RGB5413364-
CMYK0.5900.520.48
HSL127.59º42.25%36.67%-
HSV(B)127.59º59.4%52.16%-
XYZ10.8317.937.74-
YUV101.51106.8394.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 133 (52.34% from 255) = 52.99%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=21.51%
G=52.99%
B=25.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133640.5900.520.48127.5942.2536.67
Hex3685403B03430802a25
Octal6620510073064602005245
Binary110110100001011000000111011011010011000010000000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368540; }

 p { color: rgb(54,133,64); }

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

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

 a { background-color: rgb(54,133,64); }

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

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

 span { border-color: rgb(54,133,64); }

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