Html Css Color HEX #4A6B34 Dell

📋 copy color: '#4A6B34'

red 74 ◦ green 107 ◦ blue 52

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

Shades of Dell #4A6B34

Tints of Dell #4A6B34

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.92%

 BLUE value IS 52 (20.7% from 255) = 22.32%

R = 31.76%
G = 45.92%
B = 22.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#4A6B34 (or 0x4A6B34) is known color: Dell. HEX triplet: 4A, 6B and 34. RGB value is (74,107,52). Sum of RGB (Red+Green+Blue) = 74+107+52=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B34 is #B594CB. Grayscale: #5B5B5B. Windows color (decimal): -11900108 or 3435338. OLE color: 3435338.

HSL color Cylindrical-coordinate representation of color #4A6B34: hue angle of 96º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A6B34 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 52 -
CMYK 0.31 0 0.51 0.58
HSL 96º 0.35% 0.31% -
HSV(B) 96º 0.51% 0.42% -
XYZ 8.7 12.22 5.15 -
YUV 90.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 74 107 52 0.31 0 0.51 0.58 96 0.35 0.31
Hex 4A 6B 34 1F 0 33 3A 60 23 1F
Octal 112 153 64 37 0 63 72 140 43 37
Binary 1001010 1101011 110100 11111 0 110011 111010 1100000 100011 11111

Color Harmonies of #4A6B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B34

Black with #4A6B34

Text Example


Text Example

White with #4A6B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,52); }

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

background-color css

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

 a { background-color: rgb(74,107,52); }

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

border-color css

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

 span { border-color: rgb(74,107,52); }

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