#38713E

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

Shades of Japanese Laurel #38713E

Tints of Japanese Laurel #38713E

Color information

#38713E (or 0x38713E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 71 and 3E. RGB value is (56,113,62). Sum of RGB (Red+Green+Blue) = 56+113+62=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #38713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38713E is #C78EC1. Grayscale: #5A5A5A. Windows color (decimal): -13078210 or 4092216. OLE color: 4092216.

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

Color convert

RGB5611362-
CMYK0.5000.450.56
HSL126.32º33.73%33.14%-
HSV(B)126.32º50.44%44.31%-
XYZ8.41136.62-
YUV90.14112.12103.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=24.24%
G=48.92%
B=26.84%

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
Decimal56113620.5000.450.56126.3233.7333.14
Hex38713E3202D387e2221
Octal701617662055701764241
Binary111000111000111111011001001011011110001111110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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