#388240

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

Shades of Japanese Laurel #388240

Tints of Japanese Laurel #388240

Color information

#388240 (or 0x388240) is unknown color: approx Japanese Laurel. HEX triplet: 38, 82 and 40. RGB value is (56,130,64). Sum of RGB (Red+Green+Blue) = 56+130+64=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #388240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388240 is #C77DBF. Grayscale: #646464. Windows color (decimal): -13073856 or 4227640. OLE color: 4227640.

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

Color convert

RGB5613064-
CMYK0.5700.510.49
HSL126.49º39.78%36.47%-
HSV(B)126.49º56.92%50.98%-
XYZ10.5417.187.61-
YUV100.35107.4896.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=22.4%
G=52%
B=25.6%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130640.5700.510.49126.4939.7836.47
Hex38824039033317e2824
Octal7020210071063611765044
Binary11100010000010100000011100101100111100011111110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388240; }

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

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

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

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

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

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

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

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