Html Css Color HEX #4A742B Dell

📋 copy color: '#4A742B'

red 74 ◦ green 116 ◦ blue 43

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

Shades of Dell #4A742B

Tints of Dell #4A742B

RGB

 RED value IS 74 (29.3% from 255) = 31.76%

 GREEN value IS 116 (45.7% from 255) = 49.79%

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

R = 31.76%
G = 49.79%
B = 18.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#4A742B (or 0x4A742B) is known color: Dell. HEX triplet: 4A, 74 and 2B. RGB value is (74,116,43). Sum of RGB (Red+Green+Blue) = 74+116+43=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #4A742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A742B is #B58BD4. Grayscale: #5F5F5F. Windows color (decimal): -11897813 or 2847818. OLE color: 2847818.

HSL color Cylindrical-coordinate representation of color #4A742B: hue angle of 94.52º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A742B is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 116 43 -
CMYK 0.36 0 0.63 0.55
HSL 94.52º 0.46% 0.31% -
HSV(B) 94.52º 0.63% 0.45% -
XYZ 9.51 14.12 4.51 -
YUV 95.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 74 116 43 0.36 0 0.63 0.55 94.52 0.46 0.31
Hex 4A 74 2B 24 0 3F 37 5F 2E 1F
Octal 112 164 53 44 0 77 67 137 56 37
Binary 1001010 1110100 101011 100100 0 111111 110111 1011111 101110 11111

Color Harmonies of #4A742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A742B

Black with #4A742B

Text Example


Text Example

White with #4A742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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