#748813

Color #748813 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #748813

Tints of Trendy Green #748813

Color information

#748813 (or 0x748813) is unknown color: approx Trendy Green. HEX triplet: 74, 88 and 13. RGB value is (116,136,19). Sum of RGB (Red+Green+Blue) = 116+136+19=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #748813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748813 is #8B77EC. Grayscale: #757575. Windows color (decimal): -9140205 or 1280116. OLE color: 1280116.

HSL color Cylindrical-coordinate representation of color #748813: hue angle of 70.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #748813 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB11613619-
CMYK0.1500.860.47
HSL70.26º75.48%30.39%-
HSV(B)70.26º86.03%53.33%-
XYZ16.1221.373.89-
YUV116.6872.87127.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=42.80%
G=50.18%
B=7.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136190.1500.860.4770.2675.4830.39
Hex748813F0562F464b1e
Octal164210231701265710611336
Binary111010010001000100111111010101101011111000110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748813; }

 p { color: rgb(116,136,19); }

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

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

 a { background-color: rgb(116,136,19); }

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

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

 span { border-color: rgb(116,136,19); }

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