#38713D

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

Shades of Japanese Laurel #38713D

Tints of Japanese Laurel #38713D

Color information

#38713D (or 0x38713D) is unknown color: approx Japanese Laurel. HEX triplet: 38, 71 and 3D. RGB value is (56,113,61). Sum of RGB (Red+Green+Blue) = 56+113+61=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #38713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38713D is #C78EC2. Grayscale: #5A5A5A. Windows color (decimal): -13078211 or 4026680. OLE color: 4026680.

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

Color convert

RGB5611361-
CMYK0.5000.460.56
HSL125.26º33.73%33.14%-
HSV(B)125.26º50.44%44.31%-
XYZ8.3812.996.48-
YUV90.03111.62103.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=24.35%
G=49.13%
B=26.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113610.5000.460.56125.2633.7333.14
Hex38713D3202E387d2221
Octal701617562056701754241
Binary111000111000111110111001001011101110001111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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