Html Css Color HEX #4C7534 Dell

📋 copy color: '#4C7534'

red 76 ◦ green 117 ◦ blue 52

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

Shades of Dell #4C7534

Tints of Dell #4C7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.76%

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

R = 31.02%
G = 47.76%
B = 21.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#4C7534 (or 0x4C7534) is known color: Dell. HEX triplet: 4C, 75 and 34. RGB value is (76,117,52). Sum of RGB (Red+Green+Blue) = 76+117+52=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7534 is #B38ACB. Grayscale: #616161. Windows color (decimal): -11766476 or 3437900. OLE color: 3437900.

HSL color Cylindrical-coordinate representation of color #4C7534: hue angle of 97.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C7534 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 117 52 -
CMYK 0.35 0 0.56 0.54
HSL 97.85º 0.38% 0.33% -
HSV(B) 97.85º 0.56% 0.46% -
XYZ 9.96 14.51 5.52 -
YUV 97.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 76 117 52 0.35 0 0.56 0.54 97.85 0.38 0.33
Hex 4C 75 34 23 0 38 36 62 26 21
Octal 114 165 64 43 0 70 66 142 46 41
Binary 1001100 1110101 110100 100011 0 111000 110110 1100010 100110 100001

Color Harmonies of #4C7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7534

Black with #4C7534

Text Example


Text Example

White with #4C7534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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