Html Css Color HEX #748518 Trendy Green

📋 copy color: '#748518'

red 116 ◦ green 133 ◦ blue 24

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

Shades of Trendy Green #748518

Tints of Trendy Green #748518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.72%

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 42.49%
G = 48.72%
B = 8.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#748518 (or 0x748518) is known color: Trendy Green. HEX triplet: 74, 85 and 18. RGB value is (116,133,24). Sum of RGB (Red+Green+Blue) = 116+133+24=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #748518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748518 is #8B7AE7. Grayscale: #737373. Windows color (decimal): -9140968 or 1607028. OLE color: 1607028.

HSL color Cylindrical-coordinate representation of color #748518: hue angle of 69.36º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #748518 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 24 -
CMYK 0.13 0 0.82 0.48
HSL 69.36º 0.69% 0.31% -
HSV(B) 69.36º 0.82% 0.52% -
XYZ 15.75 20.55 4 -
YUV 115.49 76.37 128.36 -
System Red Green Blue C M Y K H S L
Decimal 116 133 24 0.13 0 0.82 0.48 69.36 0.69 0.31
Hex 74 85 18 D 0 52 30 45 45 1F
Octal 164 205 30 15 0 122 60 105 105 37
Binary 1110100 10000101 11000 1101 0 1010010 110000 1000101 1000101 11111

Color Harmonies of #748518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748518

Black with #748518

Text Example


Text Example

White with #748518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748518; }

 p { color: rgb(116,133,24); }

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

background-color css

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

 a { background-color: rgb(116,133,24); }

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

border-color css

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

 span { border-color: rgb(116,133,24); }

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