#38723D

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

Shades of Japanese Laurel #38723D

Tints of Japanese Laurel #38723D

Color information

#38723D (or 0x38723D) is unknown color: approx Japanese Laurel. HEX triplet: 38, 72 and 3D. RGB value is (56,114,61). Sum of RGB (Red+Green+Blue) = 56+114+61=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #38723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38723D is #C78DC2. Grayscale: #5A5A5A. Windows color (decimal): -13077955 or 4026936. OLE color: 4026936.

HSL color Cylindrical-coordinate representation of color #38723D: hue angle of 125.17º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38723D is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB5611461-
CMYK0.5100.460.55
HSL125.17º34.12%33.33%-
HSV(B)125.17º50.88%44.71%-
XYZ8.4913.216.52-
YUV90.62111.28103.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=24.24%
G=49.35%
B=26.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114610.5100.460.55125.1734.1233.33
Hex38723D3302E377d2221
Octal701627563056671754241
Binary111000111001011110111001101011101101111111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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