Html Css Color HEX #4C652F Dell

📋 copy color: '#4C652F'

red 76 ◦ green 101 ◦ blue 47

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

Shades of Dell #4C652F

Tints of Dell #4C652F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

 BLUE value IS 47 (18.75% from 255) = 20.98%

R = 33.93%
G = 45.09%
B = 20.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#4C652F (or 0x4C652F) is known color: Dell. HEX triplet: 4C, 65 and 2F. RGB value is (76,101,47). Sum of RGB (Red+Green+Blue) = 76+101+47=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #4C652F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C652F is #B39AD0. Grayscale: #575757. Windows color (decimal): -11770577 or 3106124. OLE color: 3106124.

HSL color Cylindrical-coordinate representation of color #4C652F: hue angle of 87.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C652F is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 101 47 -
CMYK 0.25 0 0.53 0.60
HSL 87.78º 0.36% 0.29% -
HSV(B) 87.78º 0.53% 0.4% -
XYZ 8.15 11.05 4.39 -
YUV 87.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 76 101 47 0.25 0 0.53 0.60 87.78 0.36 0.29
Hex 4C 65 2F 19 0 35 3C 58 24 1D
Octal 114 145 57 31 0 65 74 130 44 35
Binary 1001100 1100101 101111 11001 0 110101 111100 1011000 100100 11101

Color Harmonies of #4C652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C652F

Black with #4C652F

Text Example


Text Example

White with #4C652F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,101,47); }

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

background-color css

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

 a { background-color: rgb(76,101,47); }

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

border-color css

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

 span { border-color: rgb(76,101,47); }

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