Html Css Color HEX #4B7730 Dell

📋 copy color: '#4B7730'

red 75 ◦ green 119 ◦ blue 48

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

Shades of Dell #4B7730

Tints of Dell #4B7730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 30.99%
G = 49.17%
B = 19.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#4B7730 (or 0x4B7730) is known color: Dell. HEX triplet: 4B, 77 and 30. RGB value is (75,119,48). Sum of RGB (Red+Green+Blue) = 75+119+48=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7730 is #B488CF. Grayscale: #616161. Windows color (decimal): -11831504 or 3176267. OLE color: 3176267.

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

Color convert

RGB 75 119 48 -
CMYK 0.37 0 0.60 0.53
HSL 97.18º 0.43% 0.33% -
HSV(B) 97.18º 0.6% 0.47% -
XYZ 10.03 14.9 5.14 -
YUV 97.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 75 119 48 0.37 0 0.60 0.53 97.18 0.43 0.33
Hex 4B 77 30 25 0 3C 35 61 2B 21
Octal 113 167 60 45 0 74 65 141 53 41
Binary 1001011 1110111 110000 100101 0 111100 110101 1100001 101011 100001

Color Harmonies of #4B7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7730

Black with #4B7730

Text Example


Text Example

White with #4B7730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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