Html Css Color HEX #4A762B Dell

📋 copy color: '#4A762B'

red 74 ◦ green 118 ◦ blue 43

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

Shades of Dell #4A762B

Tints of Dell #4A762B

RGB

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

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

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

R = 31.49%
G = 50.21%
B = 18.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#4A762B (or 0x4A762B) is known color: Dell. HEX triplet: 4A, 76 and 2B. RGB value is (74,118,43). Sum of RGB (Red+Green+Blue) = 74+118+43=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #4A762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A762B is #B589D4. Grayscale: #606060. Windows color (decimal): -11897301 or 2848330. OLE color: 2848330.

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

Color convert

RGB 74 118 43 -
CMYK 0.37 0 0.64 0.54
HSL 95.2º 0.47% 0.32% -
HSV(B) 95.2º 0.64% 0.46% -
XYZ 9.74 14.59 4.59 -
YUV 96.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 74 118 43 0.37 0 0.64 0.54 95.2 0.47 0.32
Hex 4A 76 2B 25 0 40 36 5F 2F 20
Octal 112 166 53 45 0 100 66 137 57 40
Binary 1001010 1110110 101011 100101 0 1000000 110110 1011111 101111 100000

Color Harmonies of #4A762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A762B

Black with #4A762B

Text Example


Text Example

White with #4A762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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