Html Css Color HEX #4C6A3A Dell

📋 copy color: '#4C6A3A'

red 76 ◦ green 106 ◦ blue 58

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

Shades of Dell #4C6A3A

Tints of Dell #4C6A3A

RGB

 RED value IS 76 (30.08% from 255) = 31.67%

 GREEN value IS 106 (41.8% from 255) = 44.17%

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 31.67%
G = 44.17%
B = 24.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#4C6A3A (or 0x4C6A3A) is known color: Dell. HEX triplet: 4C, 6A and 3A. RGB value is (76,106,58). Sum of RGB (Red+Green+Blue) = 76+106+58=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6A3A is #B395C5. Grayscale: #5B5B5B. Windows color (decimal): -11769286 or 3828300. OLE color: 3828300.

HSL color Cylindrical-coordinate representation of color #4C6A3A: hue angle of 97.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C6A3A is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 106 58 -
CMYK 0.28 0 0.45 0.58
HSL 97.5º 0.29% 0.32% -
HSV(B) 97.5º 0.45% 0.42% -
XYZ 8.9 12.15 5.88 -
YUV 91.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 76 106 58 0.28 0 0.45 0.58 97.5 0.29 0.32
Hex 4C 6A 3A 1C 0 2D 3A 62 1D 20
Octal 114 152 72 34 0 55 72 142 35 40
Binary 1001100 1101010 111010 11100 0 101101 111010 1100010 11101 100000

Color Harmonies of #4C6A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6A3A

Black with #4C6A3A

Text Example


Text Example

White with #4C6A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,106,58); }

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

background-color css

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

 a { background-color: rgb(76,106,58); }

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

border-color css

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

 span { border-color: rgb(76,106,58); }

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