Html Css Color HEX #4C6F35 Dell

📋 copy color: '#4C6F35'

red 76 ◦ green 111 ◦ blue 53

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

Shades of Dell #4C6F35

Tints of Dell #4C6F35

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.25%

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

R = 31.67%
G = 46.25%
B = 22.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#4C6F35 (or 0x4C6F35) is known color: Dell. HEX triplet: 4C, 6F and 35. RGB value is (76,111,53). Sum of RGB (Red+Green+Blue) = 76+111+53=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #4C6F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6F35 is #B390CA. Grayscale: #5E5E5E. Windows color (decimal): -11768011 or 3501900. OLE color: 3501900.

HSL color Cylindrical-coordinate representation of color #4C6F35: hue angle of 96.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C6F35 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 111 53 -
CMYK 0.32 0 0.52 0.56
HSL 96.21º 0.35% 0.32% -
HSV(B) 96.21º 0.52% 0.44% -
XYZ 9.31 13.16 5.42 -
YUV 93.92 104.9 115.22 -
System Red Green Blue C M Y K H S L
Decimal 76 111 53 0.32 0 0.52 0.56 96.21 0.35 0.32
Hex 4C 6F 35 20 0 34 38 60 23 20
Octal 114 157 65 40 0 64 70 140 43 40
Binary 1001100 1101111 110101 100000 0 110100 111000 1100000 100011 100000

Color Harmonies of #4C6F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6F35

Black with #4C6F35

Text Example


Text Example

White with #4C6F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,111,53); }

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

background-color css

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

 a { background-color: rgb(76,111,53); }

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

border-color css

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

 span { border-color: rgb(76,111,53); }

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