#388f39

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

Shades of Japanese Laurel #388F39

Tints of Japanese Laurel #388F39

Color information

#388F39 (or 0x388F39) is unknown color: approx Japanese Laurel. HEX triplet: 38, 8F and 39. RGB value is (56,143,57). Sum of RGB (Red+Green+Blue) = 56+143+57=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 143 (56.25% from 255 or 55.86% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 143 - color contains mainly: green. Hex color #388F39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388F39 is #C770C6. Grayscale: #6B6B6B. Windows color (decimal): -13070535 or 3772216. OLE color: 3772216.

HSL color Cylindrical-coordinate representation of color #388F39: hue angle of 120.69º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F39 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB5614357-
CMYK0.6100.600.44
HSL120.69º43.72%39.02%-
HSV(B)120.69º60.84%56.08%-
XYZ12.1920.787.24-
YUV107.1899.6891.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 143 (56.25% from 255) = 55.86%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=21.88%
G=55.86%
B=22.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56143570.6100.600.44120.6943.7239.02
Hex388F393D03C2C792c27
Octal702177175074541715447
Binary1110001000111111100111110101111001011001111001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388f39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388f39; }

 p { color: rgb(56,143,57); }

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

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

 a { background-color: rgb(56,143,57); }

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

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

 span { border-color: rgb(56,143,57); }

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