Html Css Color HEX #748323 Trendy Green

📋 copy color: '#748323'

red 116 ◦ green 131 ◦ blue 35

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

Shades of Trendy Green #748323

Tints of Trendy Green #748323

RGB

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

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

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

R = 41.13%
G = 46.45%
B = 12.41%

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

#748323 (or 0x748323) is known color: Trendy Green. HEX triplet: 74, 83 and 23. RGB value is (116,131,35). Sum of RGB (Red+Green+Blue) = 116+131+35=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #748323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748323 is #8B7CDC. Grayscale: #737373. Windows color (decimal): -9141469 or 2327412. OLE color: 2327412.

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

Color convert

RGB 116 131 35 -
CMYK 0.11 0 0.73 0.49
HSL 69.38º 0.58% 0.33% -
HSV(B) 69.38º 0.73% 0.51% -
XYZ 15.62 20.07 4.64 -
YUV 115.57 82.53 128.31 -
System Red Green Blue C M Y K H S L
Decimal 116 131 35 0.11 0 0.73 0.49 69.38 0.58 0.33
Hex 74 83 23 B 0 49 31 45 3A 21
Octal 164 203 43 13 0 111 61 105 72 41
Binary 1110100 10000011 100011 1011 0 1001001 110001 1000101 111010 100001

Color Harmonies of #748323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748323

Black with #748323

Text Example


Text Example

White with #748323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748323; }

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

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

background-color css

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

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

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

border-color css

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

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

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