Html Css Color HEX #4B752D Dell

📋 copy color: '#4B752D'

red 75 ◦ green 117 ◦ blue 45

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

Shades of Dell #4B752D

Tints of Dell #4B752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 31.65%
G = 49.37%
B = 18.99%

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

#4B752D (or 0x4B752D) is known color: Dell. HEX triplet: 4B, 75 and 2D. RGB value is (75,117,45). Sum of RGB (Red+Green+Blue) = 75+117+45=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #4B752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B752D is #B48AD2. Grayscale: #606060. Windows color (decimal): -11832019 or 2979147. OLE color: 2979147.

HSL color Cylindrical-coordinate representation of color #4B752D: hue angle of 95º degrees, saturation: 0.44, 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 #4B752D is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 117 45 -
CMYK 0.36 0 0.62 0.54
HSL 95º 0.44% 0.32% -
HSV(B) 95º 0.62% 0.46% -
XYZ 9.74 14.41 4.75 -
YUV 96.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 75 117 45 0.36 0 0.62 0.54 95 0.44 0.32
Hex 4B 75 2D 24 0 3E 36 5F 2C 20
Octal 113 165 55 44 0 76 66 137 54 40
Binary 1001011 1110101 101101 100100 0 111110 110110 1011111 101100 100000

Color Harmonies of #4B752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B752D

Black with #4B752D

Text Example


Text Example

White with #4B752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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