#368738

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

Shades of Japanese Laurel #368738

Tints of Japanese Laurel #368738

Color information

#368738 (or 0x368738) is unknown color: approx Japanese Laurel. HEX triplet: 36, 87 and 38. RGB value is (54,135,56). Sum of RGB (Red+Green+Blue) = 54+135+56=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #368738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368738 is #C978C7. Grayscale: #666666. Windows color (decimal): -13203656 or 3704630. OLE color: 3704630.

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

Color convert

RGB5413556-
CMYK0.6000.590.47
HSL121.48º42.86%37.06%-
HSV(B)121.48º60%52.94%-
XYZ10.918.46.72-
YUV101.78102.1693.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=22.04%
G=55.10%
B=22.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54135560.6000.590.47121.4842.8637.06
Hex3687383C03B2F792b25
Octal662077074073571715345
Binary1101101000011111100011110001110111011111111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368738; }

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

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

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

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

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

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

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

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