#388A35

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

Shades of Japanese Laurel #388A35

Tints of Japanese Laurel #388A35

Color information

#388A35 (or 0x388A35) is unknown color: approx Japanese Laurel. HEX triplet: 38, 8A and 35. RGB value is (56,138,53). Sum of RGB (Red+Green+Blue) = 56+138+53=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #388A35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A35 is #C775CA. Grayscale: #686868. Windows color (decimal): -13071819 or 3508792. OLE color: 3508792.

HSL color Cylindrical-coordinate representation of color #388A35: hue angle of 117.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388A35 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB5613853-
CMYK0.5900.620.46
HSL117.88º44.5%37.45%-
HSV(B)117.88º61.59%54.12%-
XYZ11.3619.276.49-
YUV103.7999.3393.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 138 (54.30% from 255) = 55.87%
BLUE value IS 53 (21.09% from 255) = 21.46%
R=22.67%
G=55.87%
B=21.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56138530.5900.620.46117.8844.537.45
Hex388A353B03E2E762d25
Octal702126573076561665545
Binary1110001000101011010111101101111101011101110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,138,53); }

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

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

 a { background-color: rgb(56,138,53); }

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

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

 span { border-color: rgb(56,138,53); }

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