#388E38

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

Shades of Japanese Laurel #388E38

Tints of Japanese Laurel #388E38

Color information

#388E38 (or 0x388E38) is unknown color: approx Japanese Laurel. HEX triplet: 38, 8E and 38. RGB value is (56,142,56). Sum of RGB (Red+Green+Blue) = 56+142+56=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #388E38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388E38 is #C771C7. Grayscale: #6A6A6A. Windows color (decimal): -13070792 or 3706424. OLE color: 3706424.

HSL color Cylindrical-coordinate representation of color #388E38: hue angle of 120º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388E38 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB5614256-
CMYK0.6100.610.44
HSL120º43.43%38.82%-
HSV(B)120º60.56%55.69%-
XYZ12.0220.477.06-
YUV106.4899.5191.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=22.05%
G=55.91%
B=22.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56142560.6100.610.4412043.4338.82
Hex388E383D03D2C782b27
Octal702167075075541705347
Binary1110001000111011100011110101111011011001111000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,142,56); }

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

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

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

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

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

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

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