#38753C

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

Shades of Japanese Laurel #38753C

Tints of Japanese Laurel #38753C

Color information

#38753C (or 0x38753C) is unknown color: approx Japanese Laurel. HEX triplet: 38, 75 and 3C. RGB value is (56,117,60). Sum of RGB (Red+Green+Blue) = 56+117+60=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #38753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38753C is #C78AC3. Grayscale: #5C5C5C. Windows color (decimal): -13077188 or 3962168. OLE color: 3962168.

HSL color Cylindrical-coordinate representation of color #38753C: hue angle of 123.93º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38753C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB5611760-
CMYK0.5200.490.54
HSL123.93º35.26%33.92%-
HSV(B)123.93º52.14%45.88%-
XYZ8.8113.896.49-
YUV92.26109.79102.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=24.03%
G=50.21%
B=25.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117600.5200.490.54123.9335.2633.92
Hex38753C34031367c2322
Octal701657464061661744342
Binary111000111010111110011010001100011101101111100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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