#38713B

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

Shades of Japanese Laurel #38713B

Tints of Japanese Laurel #38713B

Color information

#38713B (or 0x38713B) is unknown color: approx Japanese Laurel. HEX triplet: 38, 71 and 3B. RGB value is (56,113,59). Sum of RGB (Red+Green+Blue) = 56+113+59=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #38713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38713B is #C78EC4. Grayscale: #595959. Windows color (decimal): -13078213 or 3895608. OLE color: 3895608.

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

Color convert

RGB5611359-
CMYK0.5000.480.56
HSL123.16º33.73%33.14%-
HSV(B)123.16º50.44%44.31%-
XYZ8.3312.976.2-
YUV89.8110.62103.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 113 (44.53% from 255) = 49.56%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=24.56%
G=49.56%
B=25.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113590.5000.480.56123.1633.7333.14
Hex38713B32030387b2221
Octal701617362060701734241
Binary111000111000111101111001001100001110001111011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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