#38752F

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

Shades of Japanese Laurel #38752F

Tints of Japanese Laurel #38752F

Color information

#38752F (or 0x38752F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 75 and 2F. RGB value is (56,117,47). Sum of RGB (Red+Green+Blue) = 56+117+47=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #38752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38752F is #C78AD0. Grayscale: #5B5B5B. Windows color (decimal): -13077201 or 3110200. OLE color: 3110200.

HSL color Cylindrical-coordinate representation of color #38752F: hue angle of 112.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38752F is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB5611747-
CMYK0.5200.600.54
HSL112.29º42.68%32.16%-
HSV(B)112.29º59.83%45.88%-
XYZ8.5113.774.9-
YUV90.78103.29103.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=25.45%
G=53.18%
B=21.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117470.5200.600.54112.2942.6832.16
Hex38752F3403C36702b20
Octal701655764074661605340
Binary111000111010110111111010001111001101101110000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38752F; }

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

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

<style>
 a { background-color: #38752F; }

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

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

<style>
 span { border-color: #38752F; }

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

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