#388841

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

Shades of Japanese Laurel #388841

Tints of Japanese Laurel #388841

Color information

#388841 (or 0x388841) is unknown color: approx Japanese Laurel. HEX triplet: 38, 88 and 41. RGB value is (56,136,65). Sum of RGB (Red+Green+Blue) = 56+136+65=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #388841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388841 is #C777BE. Grayscale: #686868. Windows color (decimal): -13072319 or 4294712. OLE color: 4294712.

HSL color Cylindrical-coordinate representation of color #388841: hue angle of 126.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388841 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB5613665-
CMYK0.5900.520.47
HSL126.75º41.67%37.65%-
HSV(B)126.75º58.82%53.33%-
XYZ11.3918.838.04-
YUV103.9910693.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=21.79%
G=52.92%
B=25.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56136650.5900.520.47126.7541.6737.65
Hex3888413B0342F7f2a26
Octal7021010173064571775246
Binary11100010001000100000111101101101001011111111111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388841; }

 p { color: rgb(56,136,65); }

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

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

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

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

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

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

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