#38703F

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

Shades of Japanese Laurel #38703F

Tints of Japanese Laurel #38703F

Color information

#38703F (or 0x38703F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 70 and 3F. RGB value is (56,112,63). Sum of RGB (Red+Green+Blue) = 56+112+63=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #38703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38703F is #C78FC0. Grayscale: #595959. Windows color (decimal): -13078465 or 4157496. OLE color: 4157496.

HSL color Cylindrical-coordinate representation of color #38703F: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38703F is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB5611263-
CMYK0.5000.440.56
HSL127.5º33.33%32.94%-
HSV(B)127.5º50%43.92%-
XYZ8.3212.796.73-
YUV89.67112.95103.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 63 (25% from 255) = 27.27%
R=24.24%
G=48.48%
B=27.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112630.5000.440.56127.533.3332.94
Hex38703F3202C38802121
Octal701607762054702004141
Binary1110001110000111111110010010110011100010000000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38703F; }

 p { color: rgb(56,112,63); }

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

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

 a { background-color: rgb(56,112,63); }

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

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

 span { border-color: rgb(56,112,63); }

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