Html Css Color HEX #4C6738 Dell

📋 copy color: '#4C6738'

red 76 ◦ green 103 ◦ blue 56

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

Shades of Dell #4C6738

Tints of Dell #4C6738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 32.34%
G = 43.83%
B = 23.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#4C6738 (or 0x4C6738) is known color: Dell. HEX triplet: 4C, 67 and 38. RGB value is (76,103,56). Sum of RGB (Red+Green+Blue) = 76+103+56=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6738 is #B398C7. Grayscale: #595959. Windows color (decimal): -11770056 or 3696460. OLE color: 3696460.

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

Color convert

RGB 76 103 56 -
CMYK 0.26 0 0.46 0.60
HSL 94.47º 0.3% 0.31% -
HSV(B) 94.47º 0.46% 0.4% -
XYZ 8.54 11.52 5.52 -
YUV 89.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 76 103 56 0.26 0 0.46 0.60 94.47 0.3 0.31
Hex 4C 67 38 1A 0 2E 3C 5E 1E 1F
Octal 114 147 70 32 0 56 74 136 36 37
Binary 1001100 1100111 111000 11010 0 101110 111100 1011110 11110 11111

Color Harmonies of #4C6738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6738

Black with #4C6738

Text Example


Text Example

White with #4C6738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,103,56); }

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

background-color css

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

 a { background-color: rgb(76,103,56); }

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

border-color css

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

 span { border-color: rgb(76,103,56); }

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