Html Css Color HEX #748317 Trendy Green

📋 copy color: '#748317'

red 116 ◦ green 131 ◦ blue 23

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

Shades of Trendy Green #748317

Tints of Trendy Green #748317

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.52%

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

R = 42.96%
G = 48.52%
B = 8.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#748317 (or 0x748317) is known color: Trendy Green. HEX triplet: 74, 83 and 17. RGB value is (116,131,23). Sum of RGB (Red+Green+Blue) = 116+131+23=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #748317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748317 is #8B7CE8. Grayscale: #727272. Windows color (decimal): -9141481 or 1540980. OLE color: 1540980.

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

Color convert

RGB 116 131 23 -
CMYK 0.11 0 0.82 0.49
HSL 68.33º 0.7% 0.3% -
HSV(B) 68.33º 0.82% 0.51% -
XYZ 15.47 20.01 3.86 -
YUV 114.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 116 131 23 0.11 0 0.82 0.49 68.33 0.7 0.3
Hex 74 83 17 B 0 52 31 44 46 1E
Octal 164 203 27 13 0 122 61 104 106 36
Binary 1110100 10000011 10111 1011 0 1010010 110001 1000100 1000110 11110

Color Harmonies of #748317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748317

Black with #748317

Text Example


Text Example

White with #748317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748317; }

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

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

background-color css

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

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

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

border-color css

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

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

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