#368539

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

Shades of Japanese Laurel #368539

Tints of Japanese Laurel #368539

Color information

#368539 (or 0x368539) is unknown color: approx Japanese Laurel. HEX triplet: 36, 85 and 39. RGB value is (54,133,57). Sum of RGB (Red+Green+Blue) = 54+133+57=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #368539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368539 is #C97AC6. Grayscale: #646464. Windows color (decimal): -13204167 or 3769654. OLE color: 3769654.

HSL color Cylindrical-coordinate representation of color #368539: hue angle of 122.28º 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 #368539 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB5413357-
CMYK0.5900.570.48
HSL122.28º42.25%36.67%-
HSV(B)122.28º59.4%52.16%-
XYZ10.6517.856.76-
YUV100.72103.3394.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 133 (52.34% from 255) = 54.51%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=22.13%
G=54.51%
B=23.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133570.5900.570.48122.2842.2536.67
Hex3685393B039307a2a25
Octal662057173071601725245
Binary1101101000010111100111101101110011100001111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368539; }

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

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

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

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

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

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

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

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