Html Css Color HEX #427123 Dell

📋 copy color: '#427123'

red 66 ◦ green 113 ◦ blue 35

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

Shades of Dell #427123

Tints of Dell #427123

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

 GREEN value IS 113 (44.53% from 255) = 52.8%

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 30.84%
G = 52.8%
B = 16.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#427123 (or 0x427123) is known color: Dell. HEX triplet: 42, 71 and 23. RGB value is (66,113,35). Sum of RGB (Red+Green+Blue) = 66+113+35=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #427123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427123 is #BD8EDC. Grayscale: #5A5A5A. Windows color (decimal): -12422877 or 2322754. OLE color: 2322754.

HSL color Cylindrical-coordinate representation of color #427123: hue angle of 96.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427123 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 35 -
CMYK 0.42 0 0.69 0.56
HSL 96.15º 0.53% 0.29% -
HSV(B) 96.15º 0.69% 0.44% -
XYZ 8.46 13.09 3.67 -
YUV 90.06 96.93 110.84 -
System Red Green Blue C M Y K H S L
Decimal 66 113 35 0.42 0 0.69 0.56 96.15 0.53 0.29
Hex 42 71 23 2A 0 45 38 60 35 1D
Octal 102 161 43 52 0 105 70 140 65 35
Binary 1000010 1110001 100011 101010 0 1000101 111000 1100000 110101 11101

Color Harmonies of #427123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427123

Black with #427123

Text Example


Text Example

White with #427123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427123; }

 p { color: rgb(66,113,35); }

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

background-color css

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

 a { background-color: rgb(66,113,35); }

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

border-color css

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

 span { border-color: rgb(66,113,35); }

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