Html Css Color HEX #748223 Trendy Green

📋 copy color: '#748223'

red 116 ◦ green 130 ◦ blue 35

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

Shades of Trendy Green #748223

Tints of Trendy Green #748223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.46%

R = 41.28%
G = 46.26%
B = 12.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#748223 (or 0x748223) is known color: Trendy Green. HEX triplet: 74, 82 and 23. RGB value is (116,130,35). Sum of RGB (Red+Green+Blue) = 116+130+35=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #748223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748223 is #8B7DDC. Grayscale: #737373. Windows color (decimal): -9141725 or 2327156. OLE color: 2327156.

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

Color convert

RGB 116 130 35 -
CMYK 0.11 0 0.73 0.49
HSL 68.84º 0.58% 0.32% -
HSV(B) 68.84º 0.73% 0.51% -
XYZ 15.49 19.8 4.6 -
YUV 114.98 82.86 128.72 -
System Red Green Blue C M Y K H S L
Decimal 116 130 35 0.11 0 0.73 0.49 68.84 0.58 0.32
Hex 74 82 23 B 0 49 31 45 3A 20
Octal 164 202 43 13 0 111 61 105 72 40
Binary 1110100 10000010 100011 1011 0 1001001 110001 1000101 111010 100000

Color Harmonies of #748223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748223

Black with #748223

Text Example


Text Example

White with #748223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748223; }

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

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

background-color css

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

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

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

border-color css

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

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

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