Html Css Color HEX #4A6735 Dell

📋 copy color: '#4A6735'

red 74 ◦ green 103 ◦ blue 53

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

Shades of Dell #4A6735

Tints of Dell #4A6735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.78%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 32.17%
G = 44.78%
B = 23.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#4A6735 (or 0x4A6735) is known color: Dell. HEX triplet: 4A, 67 and 35. RGB value is (74,103,53). Sum of RGB (Red+Green+Blue) = 74+103+53=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6735 is #B598CA. Grayscale: #585858. Windows color (decimal): -11901131 or 3499850. OLE color: 3499850.

HSL color Cylindrical-coordinate representation of color #4A6735: hue angle of 94.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A6735 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 53 -
CMYK 0.28 0 0.49 0.60
HSL 94.8º 0.32% 0.31% -
HSV(B) 94.8º 0.49% 0.4% -
XYZ 8.32 11.41 5.13 -
YUV 88.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 74 103 53 0.28 0 0.49 0.60 94.8 0.32 0.31
Hex 4A 67 35 1C 0 31 3C 5F 20 1F
Octal 112 147 65 34 0 61 74 137 40 37
Binary 1001010 1100111 110101 11100 0 110001 111100 1011111 100000 11111

Color Harmonies of #4A6735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6735

Black with #4A6735

Text Example


Text Example

White with #4A6735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,103,53); }

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

background-color css

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

 a { background-color: rgb(74,103,53); }

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

border-color css

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

 span { border-color: rgb(74,103,53); }

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