#748130

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

Shades of Trendy Green #748130

Tints of Trendy Green #748130

Color information

#748130 (or 0x748130) is unknown color: approx Trendy Green. HEX triplet: 74, 81 and 30. RGB value is (116,129,48). Sum of RGB (Red+Green+Blue) = 116+129+48=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #748130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748130 is #8B7ECF. Grayscale: #747474. Windows color (decimal): -9141968 or 3178868. OLE color: 3178868.

HSL color Cylindrical-coordinate representation of color #748130: hue angle of 69.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #748130 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB11612948-
CMYK0.1000.630.49
HSL69.63º45.76%34.71%-
HSV(B)69.63º62.79%50.59%-
XYZ15.5919.635.76-
YUV115.8889.69128.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=39.59%
G=44.03%
B=16.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129480.1000.630.4969.6345.7634.71
Hex748130A03F31462e23
Octal1642016012077611065643
Binary111010010000001110000101001111111100011000110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748130; }

 p { color: rgb(116,129,48); }

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

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

 a { background-color: rgb(116,129,48); }

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

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

 span { border-color: rgb(116,129,48); }

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