Html Css Color HEX #748215 Trendy Green

📋 copy color: '#748215'

red 116 ◦ green 130 ◦ blue 21

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

Shades of Trendy Green #748215

Tints of Trendy Green #748215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 43.45%
G = 48.69%
B = 7.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#748215 (or 0x748215) is known color: Trendy Green. HEX triplet: 74, 82 and 15. RGB value is (116,130,21). Sum of RGB (Red+Green+Blue) = 116+130+21=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #748215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748215 is #8B7DEA. Grayscale: #717171. Windows color (decimal): -9141739 or 1409652. OLE color: 1409652.

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

Color convert

RGB 116 130 21 -
CMYK 0.11 0 0.84 0.49
HSL 67.71º 0.72% 0.3% -
HSV(B) 67.71º 0.84% 0.51% -
XYZ 15.32 19.73 3.71 -
YUV 113.39 75.86 129.86 -
System Red Green Blue C M Y K H S L
Decimal 116 130 21 0.11 0 0.84 0.49 67.71 0.72 0.3
Hex 74 82 15 B 0 54 31 44 48 1E
Octal 164 202 25 13 0 124 61 104 110 36
Binary 1110100 10000010 10101 1011 0 1010100 110001 1000100 1001000 11110

Color Harmonies of #748215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748215

Black with #748215

Text Example


Text Example

White with #748215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748215; }

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

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

background-color css

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

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

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

border-color css

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

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

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