Html Css Color HEX #4A752B Dell

📋 copy color: '#4A752B'

red 74 ◦ green 117 ◦ blue 43

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

Shades of Dell #4A752B

Tints of Dell #4A752B

RGB

 RED value IS 74 (29.3% from 255) = 31.62%

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

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

R = 31.62%
G = 50%
B = 18.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#4A752B (or 0x4A752B) is known color: Dell. HEX triplet: 4A, 75 and 2B. RGB value is (74,117,43). Sum of RGB (Red+Green+Blue) = 74+117+43=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #4A752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A752B is #B58AD4. Grayscale: #5F5F5F. Windows color (decimal): -11897557 or 2848074. OLE color: 2848074.

HSL color Cylindrical-coordinate representation of color #4A752B: hue angle of 94.86º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A752B is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 117 43 -
CMYK 0.37 0 0.63 0.54
HSL 94.86º 0.46% 0.31% -
HSV(B) 94.86º 0.63% 0.46% -
XYZ 9.62 14.35 4.55 -
YUV 95.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 74 117 43 0.37 0 0.63 0.54 94.86 0.46 0.31
Hex 4A 75 2B 25 0 3F 36 5F 2E 1F
Octal 112 165 53 45 0 77 66 137 56 37
Binary 1001010 1110101 101011 100101 0 111111 110110 1011111 101110 11111

Color Harmonies of #4A752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A752B

Black with #4A752B

Text Example


Text Example

White with #4A752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,117,43); }

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

background-color css

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

 a { background-color: rgb(74,117,43); }

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

border-color css

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

 span { border-color: rgb(74,117,43); }

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