Html Css Color HEX #4C6F2E Dell

📋 copy color: '#4C6F2E'

red 76 ◦ green 111 ◦ blue 46

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

Shades of Dell #4C6F2E

Tints of Dell #4C6F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.74%

R = 32.62%
G = 47.64%
B = 19.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#4C6F2E (or 0x4C6F2E) is known color: Dell. HEX triplet: 4C, 6F and 2E. RGB value is (76,111,46). Sum of RGB (Red+Green+Blue) = 76+111+46=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #4C6F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6F2E is #B390D1. Grayscale: #5D5D5D. Windows color (decimal): -11768018 or 3043148. OLE color: 3043148.

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

Color convert

RGB 76 111 46 -
CMYK 0.32 0 0.59 0.56
HSL 92.31º 0.41% 0.31% -
HSV(B) 92.31º 0.59% 0.44% -
XYZ 9.16 13.1 4.63 -
YUV 93.13 101.4 115.79 -
System Red Green Blue C M Y K H S L
Decimal 76 111 46 0.32 0 0.59 0.56 92.31 0.41 0.31
Hex 4C 6F 2E 20 0 3B 38 5C 29 1F
Octal 114 157 56 40 0 73 70 134 51 37
Binary 1001100 1101111 101110 100000 0 111011 111000 1011100 101001 11111

Color Harmonies of #4C6F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6F2E

Black with #4C6F2E

Text Example


Text Example

White with #4C6F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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