Html Css Color HEX #748530 Trendy Green

📋 copy color: '#748530'

red 116 ◦ green 133 ◦ blue 48

#748530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #748530

Tints of Trendy Green #748530

RGB

 RED value IS 116 (45.7% from 255) = 39.06%

 GREEN value IS 133 (52.34% from 255) = 44.78%

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 39.06%
G = 44.78%
B = 16.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#748530 (or 0x748530) is known color: Trendy Green. HEX triplet: 74, 85 and 30. RGB value is (116,133,48). Sum of RGB (Red+Green+Blue) = 116+133+48=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #748530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748530 is #8B7ACF. Grayscale: #767676. Windows color (decimal): -9140944 or 3179892. OLE color: 3179892.

HSL color Cylindrical-coordinate representation of color #748530: hue angle of 72º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #748530 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 48 -
CMYK 0.13 0 0.64 0.48
HSL 72º 0.47% 0.35% -
HSV(B) 72º 0.64% 0.52% -
XYZ 16.12 20.7 5.94 -
YUV 118.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 116 133 48 0.13 0 0.64 0.48 72 0.47 0.35
Hex 74 85 30 D 0 40 30 48 2F 23
Octal 164 205 60 15 0 100 60 110 57 43
Binary 1110100 10000101 110000 1101 0 1000000 110000 1001000 101111 100011

Color Harmonies of #748530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748530

Black with #748530

Text Example


Text Example

White with #748530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748530; }

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

 H1.HeaderClassName
 {
   color: #748530;
 }
 .AnyTagClassName
 {
   color: #748530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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