Html Css Color HEX #748328 Trendy Green

📋 copy color: '#748328'

red 116 ◦ green 131 ◦ blue 40

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

Shades of Trendy Green #748328

Tints of Trendy Green #748328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 40.42%
G = 45.64%
B = 13.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#748328 (or 0x748328) is known color: Trendy Green. HEX triplet: 74, 83 and 28. RGB value is (116,131,40). Sum of RGB (Red+Green+Blue) = 116+131+40=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #748328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748328 is #8B7CD7. Grayscale: #747474. Windows color (decimal): -9141464 or 2655092. OLE color: 2655092.

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

Color convert

RGB 116 131 40 -
CMYK 0.11 0 0.69 0.49
HSL 69.89º 0.53% 0.34% -
HSV(B) 69.89º 0.69% 0.51% -
XYZ 15.7 20.1 5.06 -
YUV 116.14 85.03 127.9 -
System Red Green Blue C M Y K H S L
Decimal 116 131 40 0.11 0 0.69 0.49 69.89 0.53 0.34
Hex 74 83 28 B 0 45 31 46 35 22
Octal 164 203 50 13 0 105 61 106 65 42
Binary 1110100 10000011 101000 1011 0 1000101 110001 1000110 110101 100010

Color Harmonies of #748328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748328

Black with #748328

Text Example


Text Example

White with #748328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748328; }

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

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

background-color css

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

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

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

border-color css

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

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

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