#38703D

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

Shades of Japanese Laurel #38703D

Tints of Japanese Laurel #38703D

Color information

#38703D (or 0x38703D) is unknown color: approx Japanese Laurel. HEX triplet: 38, 70 and 3D. RGB value is (56,112,61). Sum of RGB (Red+Green+Blue) = 56+112+61=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #38703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38703D is #C78FC2. Grayscale: #595959. Windows color (decimal): -13078467 or 4026424. OLE color: 4026424.

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

Color convert

RGB5611261-
CMYK0.5000.460.56
HSL125.36º33.33%32.94%-
HSV(B)125.36º50%43.92%-
XYZ8.2712.776.44-
YUV89.44111.95104.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=24.45%
G=48.91%
B=26.64%

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
Decimal56112610.5000.460.56125.3633.3332.94
Hex38703D3202E387d2121
Octal701607562056701754141
Binary111000111000011110111001001011101110001111101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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