#388433

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

Shades of Japanese Laurel #388433

Tints of Japanese Laurel #388433

Color information

#388433 (or 0x388433) is unknown color: approx Japanese Laurel. HEX triplet: 38, 84 and 33. RGB value is (56,132,51). Sum of RGB (Red+Green+Blue) = 56+132+51=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #388433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388433 is #C77BCC. Grayscale: #646464. Windows color (decimal): -13073357 or 3376184. OLE color: 3376184.

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

Color convert

RGB5613251-
CMYK0.5800.610.48
HSL116.3º44.26%35.88%-
HSV(B)116.3º61.36%51.76%-
XYZ10.4817.585.97-
YUV100.04100.3296.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 132 (51.95% from 255) = 55.23%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=23.43%
G=55.23%
B=21.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132510.5800.610.48116.344.2635.88
Hex3884333A03D30742c24
Octal702046372075601645444
Binary1110001000010011001111101001111011100001110100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388433; }

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

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

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

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

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

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

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

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