Html Css Color HEX #4B7630 Dell

📋 copy color: '#4B7630'

red 75 ◦ green 118 ◦ blue 48

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

Shades of Dell #4B7630

Tints of Dell #4B7630

RGB

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

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

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

R = 31.12%
G = 48.96%
B = 19.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#4B7630 (or 0x4B7630) is known color: Dell. HEX triplet: 4B, 76 and 30. RGB value is (75,118,48). Sum of RGB (Red+Green+Blue) = 75+118+48=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7630 is #B489CF. Grayscale: #616161. Windows color (decimal): -11831760 or 3176011. OLE color: 3176011.

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

Color convert

RGB 75 118 48 -
CMYK 0.36 0 0.59 0.54
HSL 96.86º 0.42% 0.33% -
HSV(B) 96.86º 0.59% 0.46% -
XYZ 9.91 14.67 5.1 -
YUV 97.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 75 118 48 0.36 0 0.59 0.54 96.86 0.42 0.33
Hex 4B 76 30 24 0 3B 36 61 2A 21
Octal 113 166 60 44 0 73 66 141 52 41
Binary 1001011 1110110 110000 100100 0 111011 110110 1100001 101010 100001

Color Harmonies of #4B7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7630

Black with #4B7630

Text Example


Text Example

White with #4B7630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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