Html Css Color HEX #74842B Trendy Green

📋 copy color: '#74842B'

red 116 ◦ green 132 ◦ blue 43

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

Shades of Trendy Green #74842B

Tints of Trendy Green #74842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 39.86%
G = 45.36%
B = 14.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#74842B (or 0x74842B) is known color: Trendy Green. HEX triplet: 74, 84 and 2B. RGB value is (116,132,43). Sum of RGB (Red+Green+Blue) = 116+132+43=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #74842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74842B is #8B7BD4. Grayscale: #757575. Windows color (decimal): -9141205 or 2851956. OLE color: 2851956.

HSL color Cylindrical-coordinate representation of color #74842B: hue angle of 70.79º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74842B is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 43 -
CMYK 0.12 0 0.67 0.48
HSL 70.79º 0.51% 0.34% -
HSV(B) 70.79º 0.67% 0.52% -
XYZ 15.89 20.39 5.38 -
YUV 117.07 86.2 127.24 -
System Red Green Blue C M Y K H S L
Decimal 116 132 43 0.12 0 0.67 0.48 70.79 0.51 0.34
Hex 74 84 2B C 0 43 30 47 33 22
Octal 164 204 53 14 0 103 60 107 63 42
Binary 1110100 10000100 101011 1100 0 1000011 110000 1000111 110011 100010

Color Harmonies of #74842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74842B

Black with #74842B

Text Example


Text Example

White with #74842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74842B; }

 p { color: rgb(116,132,43); }

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

background-color css

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

 a { background-color: rgb(116,132,43); }

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

border-color css

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

 span { border-color: rgb(116,132,43); }

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