Html Css Color HEX #748213 Trendy Green

📋 copy color: '#748213'

red 116 ◦ green 130 ◦ blue 19

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

Shades of Trendy Green #748213

Tints of Trendy Green #748213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 43.77%
G = 49.06%
B = 7.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#748213 (or 0x748213) is known color: Trendy Green. HEX triplet: 74, 82 and 13. RGB value is (116,130,19). Sum of RGB (Red+Green+Blue) = 116+130+19=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #748213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748213 is #8B7DEC. Grayscale: #717171. Windows color (decimal): -9141741 or 1278580. OLE color: 1278580.

HSL color Cylindrical-coordinate representation of color #748213: hue angle of 67.57º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #748213 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 19 -
CMYK 0.11 0 0.85 0.49
HSL 67.57º 0.74% 0.29% -
HSV(B) 67.57º 0.85% 0.51% -
XYZ 15.3 19.73 3.62 -
YUV 113.16 74.86 130.03 -
System Red Green Blue C M Y K H S L
Decimal 116 130 19 0.11 0 0.85 0.49 67.57 0.74 0.29
Hex 74 82 13 B 0 55 31 44 4A 1D
Octal 164 202 23 13 0 125 61 104 112 35
Binary 1110100 10000010 10011 1011 0 1010101 110001 1000100 1001010 11101

Color Harmonies of #748213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748213

Black with #748213

Text Example


Text Example

White with #748213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748213; }

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

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

background-color css

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

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

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

border-color css

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

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

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