Html Css Color HEX #4B772B Dell

📋 copy color: '#4B772B'

red 75 ◦ green 119 ◦ blue 43

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

Shades of Dell #4B772B

Tints of Dell #4B772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 31.65%
G = 50.21%
B = 18.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#4B772B (or 0x4B772B) is known color: Dell. HEX triplet: 4B, 77 and 2B. RGB value is (75,119,43). Sum of RGB (Red+Green+Blue) = 75+119+43=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #4B772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B772B is #B488D4. Grayscale: #616161. Windows color (decimal): -11831509 or 2848587. OLE color: 2848587.

HSL color Cylindrical-coordinate representation of color #4B772B: hue angle of 94.74º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B772B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 119 43 -
CMYK 0.37 0 0.64 0.53
HSL 94.74º 0.47% 0.32% -
HSV(B) 94.74º 0.64% 0.47% -
XYZ 9.93 14.86 4.63 -
YUV 97.18 97.42 112.18 -
System Red Green Blue C M Y K H S L
Decimal 75 119 43 0.37 0 0.64 0.53 94.74 0.47 0.32
Hex 4B 77 2B 25 0 40 35 5F 2F 20
Octal 113 167 53 45 0 100 65 137 57 40
Binary 1001011 1110111 101011 100101 0 1000000 110101 1011111 101111 100000

Color Harmonies of #4B772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B772B

Black with #4B772B

Text Example


Text Example

White with #4B772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,119,43); }

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

background-color css

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

 a { background-color: rgb(75,119,43); }

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

border-color css

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

 span { border-color: rgb(75,119,43); }

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