Html Css Color HEX #4B712F Dell

📋 copy color: '#4B712F'

red 75 ◦ green 113 ◦ blue 47

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

Shades of Dell #4B712F

Tints of Dell #4B712F

RGB

 RED value IS 75 (29.69% from 255) = 31.91%

 GREEN value IS 113 (44.53% from 255) = 48.09%

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

R = 31.91%
G = 48.09%
B = 20%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#4B712F (or 0x4B712F) is known color: Dell. HEX triplet: 4B, 71 and 2F. RGB value is (75,113,47). Sum of RGB (Red+Green+Blue) = 75+113+47=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #4B712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B712F is #B48ED0. Grayscale: #5E5E5E. Windows color (decimal): -11833041 or 3109195. OLE color: 3109195.

HSL color Cylindrical-coordinate representation of color #4B712F: hue angle of 94.55º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B712F is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 113 47 -
CMYK 0.34 0 0.58 0.56
HSL 94.55º 0.41% 0.31% -
HSV(B) 94.55º 0.58% 0.44% -
XYZ 9.32 13.51 4.81 -
YUV 94.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 75 113 47 0.34 0 0.58 0.56 94.55 0.41 0.31
Hex 4B 71 2F 22 0 3A 38 5F 29 1F
Octal 113 161 57 42 0 72 70 137 51 37
Binary 1001011 1110001 101111 100010 0 111010 111000 1011111 101001 11111

Color Harmonies of #4B712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B712F

Black with #4B712F

Text Example


Text Example

White with #4B712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,47); }

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

background-color css

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

 a { background-color: rgb(75,113,47); }

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

border-color css

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

 span { border-color: rgb(75,113,47); }

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