#388539

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

Shades of Japanese Laurel #388539

Tints of Japanese Laurel #388539

Color information

#388539 (or 0x388539) is unknown color: approx Japanese Laurel. HEX triplet: 38, 85 and 39. RGB value is (56,133,57). Sum of RGB (Red+Green+Blue) = 56+133+57=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #388539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388539 is #C77AC6. Grayscale: #656565. Windows color (decimal): -13073095 or 3769656. OLE color: 3769656.

HSL color Cylindrical-coordinate representation of color #388539: hue angle of 120.78º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388539 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB5613357-
CMYK0.5800.570.48
HSL120.78º40.74%37.06%-
HSV(B)120.78º57.89%52.16%-
XYZ10.7617.916.76-
YUV101.31102.9995.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=22.76%
G=54.07%
B=23.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133570.5800.570.48120.7840.7437.06
Hex3885393A03930792925
Octal702057172071601715145
Binary1110001000010111100111101001110011100001111001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388539; }

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

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

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

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

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

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

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

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