Html Css Color HEX #748312 Trendy Green

📋 copy color: '#748312'

red 116 ◦ green 131 ◦ blue 18

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

Shades of Trendy Green #748312

Tints of Trendy Green #748312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 43.77%
G = 49.43%
B = 6.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#748312 (or 0x748312) is known color: Trendy Green. HEX triplet: 74, 83 and 12. RGB value is (116,131,18). Sum of RGB (Red+Green+Blue) = 116+131+18=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #748312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748312 is #8B7CED. Grayscale: #727272. Windows color (decimal): -9141486 or 1213300. OLE color: 1213300.

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

Color convert

RGB 116 131 18 -
CMYK 0.11 0 0.86 0.49
HSL 67.96º 0.76% 0.29% -
HSV(B) 67.96º 0.86% 0.51% -
XYZ 15.43 19.99 3.62 -
YUV 113.63 74.03 129.69 -
System Red Green Blue C M Y K H S L
Decimal 116 131 18 0.11 0 0.86 0.49 67.96 0.76 0.29
Hex 74 83 12 B 0 56 31 44 4C 1D
Octal 164 203 22 13 0 126 61 104 114 35
Binary 1110100 10000011 10010 1011 0 1010110 110001 1000100 1001100 11101

Color Harmonies of #748312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748312

Black with #748312

Text Example


Text Example

White with #748312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748312; }

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

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

background-color css

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

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

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

border-color css

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

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

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