Html Css Color HEX #476627 Dell

📋 copy color: '#476627'

red 71 ◦ green 102 ◦ blue 39

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

Shades of Dell #476627

Tints of Dell #476627

RGB

 RED value IS 71 (28.13% from 255) = 33.49%

 GREEN value IS 102 (40.23% from 255) = 48.11%

 BLUE value IS 39 (15.63% from 255) = 18.4%

R = 33.49%
G = 48.11%
B = 18.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#476627 (or 0x476627) is known color: Dell. HEX triplet: 47, 66 and 27. RGB value is (71,102,39). Sum of RGB (Red+Green+Blue) = 71+102+39=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #476627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476627 is #B899D8. Grayscale: #555555. Windows color (decimal): -12098009 or 2582087. OLE color: 2582087.

HSL color Cylindrical-coordinate representation of color #476627: hue angle of 89.52º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476627 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 39 -
CMYK 0.30 0 0.62 0.6
HSL 89.52º 0.45% 0.28% -
HSV(B) 89.52º 0.62% 0.4% -
XYZ 7.72 10.99 3.63 -
YUV 85.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 71 102 39 0.30 0 0.62 0.6 89.52 0.45 0.28
Hex 47 66 27 1E 0 3E 3C 5A 2D 1C
Octal 107 146 47 36 0 76 74 132 55 34
Binary 1000111 1100110 100111 11110 0 111110 111100 1011010 101101 11100

Color Harmonies of #476627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476627

Black with #476627

Text Example


Text Example

White with #476627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476627; }

 p { color: rgb(71,102,39); }

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

background-color css

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

 a { background-color: rgb(71,102,39); }

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

border-color css

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

 span { border-color: rgb(71,102,39); }

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