#388139

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

Shades of Japanese Laurel #388139

Tints of Japanese Laurel #388139

Color information

#388139 (or 0x388139) is unknown color: approx Japanese Laurel. HEX triplet: 38, 81 and 39. RGB value is (56,129,57). Sum of RGB (Red+Green+Blue) = 56+129+57=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #388139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388139 is #C77EC6. Grayscale: #636363. Windows color (decimal): -13074119 or 3768632. OLE color: 3768632.

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

Color convert

RGB5612957-
CMYK0.5700.560.49
HSL120.82º39.46%36.27%-
HSV(B)120.82º56.59%50.59%-
XYZ10.2216.846.58-
YUV98.96104.3297.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 129 (50.78% from 255) = 53.31%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=23.14%
G=53.31%
B=23.55%

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
Decimal56129570.5700.560.49120.8239.4636.27
Hex3881393903831792724
Octal702017171070611714744
Binary1110001000000111100111100101110001100011111001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388139; }

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

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

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

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

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

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

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

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