Html Css Color HEX #4C6B39 Dell

📋 copy color: '#4C6B39'

red 76 ◦ green 107 ◦ blue 57

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

Shades of Dell #4C6B39

Tints of Dell #4C6B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 31.67%
G = 44.58%
B = 23.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#4C6B39 (or 0x4C6B39) is known color: Dell. HEX triplet: 4C, 6B and 39. RGB value is (76,107,57). Sum of RGB (Red+Green+Blue) = 76+107+57=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6B39 is #B394C6. Grayscale: #5C5C5C. Windows color (decimal): -11769031 or 3763020. OLE color: 3763020.

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

Color convert

RGB 76 107 57 -
CMYK 0.29 0 0.47 0.58
HSL 97.2º 0.3% 0.32% -
HSV(B) 97.2º 0.47% 0.42% -
XYZ 8.98 12.35 5.78 -
YUV 92.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 76 107 57 0.29 0 0.47 0.58 97.2 0.3 0.32
Hex 4C 6B 39 1D 0 2F 3A 61 1E 20
Octal 114 153 71 35 0 57 72 141 36 40
Binary 1001100 1101011 111001 11101 0 101111 111010 1100001 11110 100000

Color Harmonies of #4C6B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6B39

Black with #4C6B39

Text Example


Text Example

White with #4C6B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,107,57); }

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

background-color css

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

 a { background-color: rgb(76,107,57); }

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

border-color css

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

 span { border-color: rgb(76,107,57); }

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