#38753E

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

Shades of Japanese Laurel #38753E

Tints of Japanese Laurel #38753E

Color information

#38753E (or 0x38753E) is unknown color: approx Japanese Laurel. HEX triplet: 38, 75 and 3E. RGB value is (56,117,62). Sum of RGB (Red+Green+Blue) = 56+117+62=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #38753E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38753E is #C78AC1. Grayscale: #5C5C5C. Windows color (decimal): -13077186 or 4093240. OLE color: 4093240.

HSL color Cylindrical-coordinate representation of color #38753E: hue angle of 125.9º 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 #38753E is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB5611762-
CMYK0.5200.470.54
HSL125.9º35.26%33.92%-
HSV(B)125.9º52.14%45.88%-
XYZ8.8613.916.78-
YUV92.49110.79101.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=23.83%
G=49.79%
B=26.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117620.5200.470.54125.935.2633.92
Hex38753E3402F367e2322
Octal701657664057661764342
Binary111000111010111111011010001011111101101111110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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