#388339

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

Shades of Japanese Laurel #388339

Tints of Japanese Laurel #388339

Color information

#388339 (or 0x388339) is unknown color: approx Japanese Laurel. HEX triplet: 38, 83 and 39. RGB value is (56,131,57). Sum of RGB (Red+Green+Blue) = 56+131+57=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #388339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388339 is #C77CC6. Grayscale: #646464. Windows color (decimal): -13073607 or 3769144. OLE color: 3769144.

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

Color convert

RGB5613157-
CMYK0.5700.560.49
HSL120.8º40.11%36.67%-
HSV(B)120.8º57.25%51.37%-
XYZ10.4917.376.67-
YUV100.14103.6596.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 131 (51.56% from 255) = 53.69%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=22.95%
G=53.69%
B=23.36%

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
Decimal56131570.5700.560.49120.840.1136.67
Hex3883393903831792825
Octal702037171070611715045
Binary1110001000001111100111100101110001100011111001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388339; }

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

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

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

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

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

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

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

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