Html Css Color HEX #4A6E30 Dell

📋 copy color: '#4A6E30'

red 74 ◦ green 110 ◦ blue 48

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

Shades of Dell #4A6E30

Tints of Dell #4A6E30

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.41%

 BLUE value IS 48 (19.14% from 255) = 20.69%

R = 31.9%
G = 47.41%
B = 20.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#4A6E30 (or 0x4A6E30) is known color: Dell. HEX triplet: 4A, 6E and 30. RGB value is (74,110,48). Sum of RGB (Red+Green+Blue) = 74+110+48=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6E30 is #B591CF. Grayscale: #5C5C5C. Windows color (decimal): -11899344 or 3173962. OLE color: 3173962.

HSL color Cylindrical-coordinate representation of color #4A6E30: hue angle of 94.84º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A6E30 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 110 48 -
CMYK 0.33 0 0.56 0.57
HSL 94.84º 0.39% 0.31% -
HSV(B) 94.84º 0.56% 0.43% -
XYZ 8.93 12.82 4.8 -
YUV 92.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 74 110 48 0.33 0 0.56 0.57 94.84 0.39 0.31
Hex 4A 6E 30 21 0 38 39 5F 27 1F
Octal 112 156 60 41 0 70 71 137 47 37
Binary 1001010 1101110 110000 100001 0 111000 111001 1011111 100111 11111

Color Harmonies of #4A6E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6E30

Black with #4A6E30

Text Example


Text Example

White with #4A6E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,110,48); }

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

background-color css

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

 a { background-color: rgb(74,110,48); }

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

border-color css

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

 span { border-color: rgb(74,110,48); }

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