#368238

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

Shades of Japanese Laurel #368238

Tints of Japanese Laurel #368238

Color information

#368238 (or 0x368238) is unknown color: approx Japanese Laurel. HEX triplet: 36, 82 and 38. RGB value is (54,130,56). Sum of RGB (Red+Green+Blue) = 54+130+56=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #368238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368238 is #C97DC7. Grayscale: #636363. Windows color (decimal): -13204936 or 3703350. OLE color: 3703350.

HSL color Cylindrical-coordinate representation of color #368238: hue angle of 121.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368238 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB5413056-
CMYK0.5800.570.49
HSL121.58º41.3%36.08%-
HSV(B)121.58º58.46%50.98%-
XYZ10.2217.046.49-
YUV98.84103.8296.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=22.5%
G=54.17%
B=23.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130560.5800.570.49121.5841.336.08
Hex3682383A039317a2924
Octal662027072071611725144
Binary1101101000001011100011101001110011100011111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368238; }

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

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

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

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

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

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

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

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