Html Css Color HEX #4B752C Dell

📋 copy color: '#4B752C'

red 75 ◦ green 117 ◦ blue 44

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

Shades of Dell #4B752C

Tints of Dell #4B752C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.58%

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 31.78%
G = 49.58%
B = 18.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#4B752C (or 0x4B752C) is known color: Dell. HEX triplet: 4B, 75 and 2C. RGB value is (75,117,44). Sum of RGB (Red+Green+Blue) = 75+117+44=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #4B752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B752C is #B48AD3. Grayscale: #606060. Windows color (decimal): -11832020 or 2913611. OLE color: 2913611.

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

Color convert

RGB 75 117 44 -
CMYK 0.36 0 0.62 0.54
HSL 94.52º 0.45% 0.32% -
HSV(B) 94.52º 0.62% 0.46% -
XYZ 9.72 14.4 4.65 -
YUV 96.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 75 117 44 0.36 0 0.62 0.54 94.52 0.45 0.32
Hex 4B 75 2C 24 0 3E 36 5F 2D 20
Octal 113 165 54 44 0 76 66 137 55 40
Binary 1001011 1110101 101100 100100 0 111110 110110 1011111 101101 100000

Color Harmonies of #4B752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B752C

Black with #4B752C

Text Example


Text Example

White with #4B752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,117,44); }

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

background-color css

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

 a { background-color: rgb(75,117,44); }

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

border-color css

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

 span { border-color: rgb(75,117,44); }

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