#388239

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

Shades of Japanese Laurel #388239

Tints of Japanese Laurel #388239

Color information

#388239 (or 0x388239) is unknown color: approx Japanese Laurel. HEX triplet: 38, 82 and 39. RGB value is (56,130,57). Sum of RGB (Red+Green+Blue) = 56+130+57=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #388239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388239 is #C77DC6. Grayscale: #636363. Windows color (decimal): -13073863 or 3768888. OLE color: 3768888.

HSL color Cylindrical-coordinate representation of color #388239: hue angle of 120.81º 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 #388239 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB5613057-
CMYK0.5700.560.49
HSL120.81º39.78%36.47%-
HSV(B)120.81º56.92%50.98%-
XYZ10.3517.16.63-
YUV99.55103.9896.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=23.05%
G=53.50%
B=23.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130570.5700.560.49120.8139.7836.47
Hex3882393903831792824
Octal702027171070611715044
Binary1110001000001011100111100101110001100011111001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388239; }

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

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

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

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

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

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

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

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