Html Css Color HEX #4F7635 Dell

📋 copy color: '#4F7635'

red 79 ◦ green 118 ◦ blue 53

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

Shades of Dell #4F7635

Tints of Dell #4F7635

RGB

 RED value IS 79 (31.25% from 255) = 31.6%

 GREEN value IS 118 (46.48% from 255) = 47.2%

 BLUE value IS 53 (21.09% from 255) = 21.2%

R = 31.6%
G = 47.2%
B = 21.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#4F7635 (or 0x4F7635) is known color: Dell. HEX triplet: 4F, 76 and 35. RGB value is (79,118,53). Sum of RGB (Red+Green+Blue) = 79+118+53=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7635 is #B089CA. Grayscale: #636363. Windows color (decimal): -11569611 or 3503695. OLE color: 3503695.

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

Color convert

RGB 79 118 53 -
CMYK 0.33 0 0.55 0.54
HSL 96º 0.38% 0.34% -
HSV(B) 96º 0.55% 0.46% -
XYZ 10.35 14.88 5.69 -
YUV 98.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 79 118 53 0.33 0 0.55 0.54 96 0.38 0.34
Hex 4F 76 35 21 0 37 36 60 26 22
Octal 117 166 65 41 0 67 66 140 46 42
Binary 1001111 1110110 110101 100001 0 110111 110110 1100000 100110 100010

Color Harmonies of #4F7635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7635

Black with #4F7635

Text Example


Text Example

White with #4F7635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,118,53); }

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

background-color css

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

 a { background-color: rgb(79,118,53); }

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

border-color css

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

 span { border-color: rgb(79,118,53); }

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