#388541

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

Shades of Japanese Laurel #388541

Tints of Japanese Laurel #388541

Color information

#388541 (or 0x388541) is unknown color: approx Japanese Laurel. HEX triplet: 38, 85 and 41. RGB value is (56,133,65). Sum of RGB (Red+Green+Blue) = 56+133+65=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #388541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388541 is #C77ABE. Grayscale: #666666. Windows color (decimal): -13073087 or 4293944. OLE color: 4293944.

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

Color convert

RGB5613365-
CMYK0.5800.510.48
HSL127.01º40.74%37.06%-
HSV(B)127.01º57.89%52.16%-
XYZ10.97187.9-
YUV102.22106.9995.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 133 (52.34% from 255) = 52.36%
BLUE value IS 65 (25.78% from 255) = 25.59%
R=22.05%
G=52.36%
B=25.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133650.5800.510.48127.0140.7437.06
Hex3885413A033307f2925
Octal7020510172063601775145
Binary11100010000101100000111101001100111100001111111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388541; }

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

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

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

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

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

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

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

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