#388C37

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

Shades of Japanese Laurel #388C37

Tints of Japanese Laurel #388C37

Color information

#388C37 (or 0x388C37) is unknown color: approx Japanese Laurel. HEX triplet: 38, 8C and 37. RGB value is (56,140,55). Sum of RGB (Red+Green+Blue) = 56+140+55=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #388C37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C37 is #C773C8. Grayscale: #696969. Windows color (decimal): -13071305 or 3640376. OLE color: 3640376.

HSL color Cylindrical-coordinate representation of color #388C37: hue angle of 119.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388C37 is Cyan = 0.6, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB5614055-
CMYK0.600.610.45
HSL119.29º43.59%38.24%-
HSV(B)119.29º60.71%54.9%-
XYZ11.719.876.83-
YUV105.1999.6792.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 140 (55.08% from 255) = 55.78%
BLUE value IS 55 (21.88% from 255) = 21.91%
R=22.31%
G=55.78%
B=21.91%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56140550.600.610.45119.2943.5938.24
Hex388C373C03D2D772c26
Octal702146774075551675446
Binary1110001000110011011111110001111011011011110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,55); }

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

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

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

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

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

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

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