#368743

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

Shades of Japanese Laurel #368743

Tints of Japanese Laurel #368743

Color information

#368743 (or 0x368743) is unknown color: approx Japanese Laurel. HEX triplet: 36, 87 and 43. RGB value is (54,135,67). Sum of RGB (Red+Green+Blue) = 54+135+67=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #368743 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368743 is #C978BC. Grayscale: #676767. Windows color (decimal): -13203645 or 4425526. OLE color: 4425526.

HSL color Cylindrical-coordinate representation of color #368743: hue angle of 129.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368743 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB5413567-
CMYK0.6000.500.47
HSL129.63º42.86%37.06%-
HSV(B)129.63º60%52.94%-
XYZ11.218.528.29-
YUV103.03107.6693.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 135 (53.12% from 255) = 52.73%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=21.09%
G=52.73%
B=26.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54135670.6000.500.47129.6342.8637.06
Hex3687433C0322F822b25
Octal6620710374062572025345
Binary110110100001111000011111100011001010111110000010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368743; }

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

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

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

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

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

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

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

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