#368542

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

Shades of Japanese Laurel #368542

Tints of Japanese Laurel #368542

Color information

#368542 (or 0x368542) is unknown color: approx Japanese Laurel. HEX triplet: 36, 85 and 42. RGB value is (54,133,66). Sum of RGB (Red+Green+Blue) = 54+133+66=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #368542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368542 is #C97ABD. Grayscale: #656565. Windows color (decimal): -13204158 or 4359478. OLE color: 4359478.

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

Color convert

RGB5413366-
CMYK0.5900.500.48
HSL129.11º42.25%36.67%-
HSV(B)129.11º59.4%52.16%-
XYZ10.8917.958.05-
YUV101.74107.8393.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=21.34%
G=52.57%
B=26.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133660.5900.500.48129.1142.2536.67
Hex3685423B03230812a25
Octal6620510273062602015245
Binary110110100001011000010111011011001011000010000001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368542; }

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

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

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

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

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

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

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

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