Html Css Color HEX #748430 Trendy Green

📋 copy color: '#748430'

red 116 ◦ green 132 ◦ blue 48

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

Shades of Trendy Green #748430

Tints of Trendy Green #748430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

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

R = 39.19%
G = 44.59%
B = 16.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#748430 (or 0x748430) is known color: Trendy Green. HEX triplet: 74, 84 and 30. RGB value is (116,132,48). Sum of RGB (Red+Green+Blue) = 116+132+48=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #748430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748430 is #8B7BCF. Grayscale: #757575. Windows color (decimal): -9141200 or 3179636. OLE color: 3179636.

HSL color Cylindrical-coordinate representation of color #748430: hue angle of 71.43º 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 #748430 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 48 -
CMYK 0.12 0 0.64 0.48
HSL 71.43º 0.47% 0.35% -
HSV(B) 71.43º 0.64% 0.52% -
XYZ 15.99 20.43 5.9 -
YUV 117.64 88.7 126.83 -
System Red Green Blue C M Y K H S L
Decimal 116 132 48 0.12 0 0.64 0.48 71.43 0.47 0.35
Hex 74 84 30 C 0 40 30 47 2F 23
Octal 164 204 60 14 0 100 60 107 57 43
Binary 1110100 10000100 110000 1100 0 1000000 110000 1000111 101111 100011

Color Harmonies of #748430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748430

Black with #748430

Text Example


Text Example

White with #748430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748430; }

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

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

background-color css

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

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

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

border-color css

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

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

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