Html Css Color HEX #748417 Trendy Green

📋 copy color: '#748417'

red 116 ◦ green 132 ◦ blue 23

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

Shades of Trendy Green #748417

Tints of Trendy Green #748417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.49%

R = 42.8%
G = 48.71%
B = 8.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#748417 (or 0x748417) is known color: Trendy Green. HEX triplet: 74, 84 and 17. RGB value is (116,132,23). Sum of RGB (Red+Green+Blue) = 116+132+23=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #748417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748417 is #8B7BE8. Grayscale: #737373. Windows color (decimal): -9141225 or 1541236. OLE color: 1541236.

HSL color Cylindrical-coordinate representation of color #748417: hue angle of 68.81º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #748417 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 23 -
CMYK 0.12 0 0.83 0.48
HSL 68.81º 0.7% 0.3% -
HSV(B) 68.81º 0.83% 0.52% -
XYZ 15.61 20.28 3.9 -
YUV 114.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 116 132 23 0.12 0 0.83 0.48 68.81 0.7 0.3
Hex 74 84 17 C 0 53 30 45 46 1E
Octal 164 204 27 14 0 123 60 105 106 36
Binary 1110100 10000100 10111 1100 0 1010011 110000 1000101 1000110 11110

Color Harmonies of #748417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748417

Black with #748417

Text Example


Text Example

White with #748417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748417; }

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

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

background-color css

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

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

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

border-color css

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

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

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