Html Css Color HEX #4C6234 Dell

📋 copy color: '#4C6234'

red 76 ◦ green 98 ◦ blue 52

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

Shades of Dell #4C6234

Tints of Dell #4C6234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.36%

 BLUE value IS 52 (20.7% from 255) = 23.01%

R = 33.63%
G = 43.36%
B = 23.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#4C6234 (or 0x4C6234) is known color: Dell. HEX triplet: 4C, 62 and 34. RGB value is (76,98,52). Sum of RGB (Red+Green+Blue) = 76+98+52=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6234 is #B39DCB. Grayscale: #565656. Windows color (decimal): -11771340 or 3433036. OLE color: 3433036.

HSL color Cylindrical-coordinate representation of color #4C6234: hue angle of 88.7º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C6234 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 98 52 -
CMYK 0.22 0 0.47 0.62
HSL 88.7º 0.31% 0.29% -
HSV(B) 88.7º 0.47% 0.38% -
XYZ 7.97 10.52 4.86 -
YUV 86.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 76 98 52 0.22 0 0.47 0.62 88.7 0.31 0.29
Hex 4C 62 34 16 0 2F 3E 59 1F 1D
Octal 114 142 64 26 0 57 76 131 37 35
Binary 1001100 1100010 110100 10110 0 101111 111110 1011001 11111 11101

Color Harmonies of #4C6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6234

Black with #4C6234

Text Example


Text Example

White with #4C6234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,98,52); }

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

background-color css

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

 a { background-color: rgb(76,98,52); }

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

border-color css

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

 span { border-color: rgb(76,98,52); }

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