#388233

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

Shades of Japanese Laurel #388233

Tints of Japanese Laurel #388233

Color information

#388233 (or 0x388233) is unknown color: approx Japanese Laurel. HEX triplet: 38, 82 and 33. RGB value is (56,130,51). Sum of RGB (Red+Green+Blue) = 56+130+51=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #388233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388233 is #C77DCC. Grayscale: #636363. Windows color (decimal): -13073869 or 3375672. OLE color: 3375672.

HSL color Cylindrical-coordinate representation of color #388233: hue angle of 116.2º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388233 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB5613051-
CMYK0.5700.610.49
HSL116.2º43.65%35.49%-
HSV(B)116.2º60.77%50.98%-
XYZ10.2117.055.88-
YUV98.87100.9897.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=23.63%
G=54.85%
B=21.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130510.5700.610.49116.243.6535.49
Hex3882333903D31742c23
Octal702026371075611645443
Binary1110001000001011001111100101111011100011110100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388233; }

 p { color: rgb(56,130,51); }

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

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

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

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

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

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

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