#388741

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

Shades of Japanese Laurel #388741

Tints of Japanese Laurel #388741

Color information

#388741 (or 0x388741) is unknown color: approx Japanese Laurel. HEX triplet: 38, 87 and 41. RGB value is (56,135,65). Sum of RGB (Red+Green+Blue) = 56+135+65=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #388741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388741 is #C778BE. Grayscale: #676767. Windows color (decimal): -13072575 or 4294456. OLE color: 4294456.

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

Color convert

RGB5613565-
CMYK0.5900.520.47
HSL126.84º41.36%37.45%-
HSV(B)126.84º58.52%52.94%-
XYZ11.2518.557.99-
YUV103.4106.3394.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 135 (53.12% from 255) = 52.73%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=21.88%
G=52.73%
B=25.39%

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
Decimal56135650.5900.520.47126.8441.3637.45
Hex3887413B0342F7f2925
Octal7020710173064571775145
Binary11100010000111100000111101101101001011111111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388741; }

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

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

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

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

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

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

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

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