#38703E

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

Shades of Japanese Laurel #38703E

Tints of Japanese Laurel #38703E

Color information

#38703E (or 0x38703E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 70 and 3E. RGB value is (56,112,62). Sum of RGB (Red+Green+Blue) = 56+112+62=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #38703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38703E is #C78FC1. Grayscale: #595959. Windows color (decimal): -13078466 or 4091960. OLE color: 4091960.

HSL color Cylindrical-coordinate representation of color #38703E: hue angle of 126.43º 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 #38703E is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB5611262-
CMYK0.5000.450.56
HSL126.43º33.33%32.94%-
HSV(B)126.43º50%43.92%-
XYZ8.2912.786.59-
YUV89.56112.45104.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=24.35%
G=48.70%
B=26.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112620.5000.450.56126.4333.3332.94
Hex38703E3202D387e2121
Octal701607662055701764141
Binary111000111000011111011001001011011110001111110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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