#38723C

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

Shades of Japanese Laurel #38723C

Tints of Japanese Laurel #38723C

Color information

#38723C (or 0x38723C) is unknown color: approx Japanese Laurel. HEX triplet: 38, 72 and 3C. RGB value is (56,114,60). Sum of RGB (Red+Green+Blue) = 56+114+60=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #38723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38723C is #C78DC3. Grayscale: #5A5A5A. Windows color (decimal): -13077956 or 3961400. OLE color: 3961400.

HSL color Cylindrical-coordinate representation of color #38723C: hue angle of 124.14º 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 #38723C is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB5611460-
CMYK0.5100.470.55
HSL124.14º34.12%33.33%-
HSV(B)124.14º50.88%44.71%-
XYZ8.4613.26.38-
YUV90.5110.78103.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=24.35%
G=49.57%
B=26.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114600.5100.470.55124.1434.1233.33
Hex38723C3302F377c2221
Octal701627463057671744241
Binary111000111001011110011001101011111101111111100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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