Html Css Color HEX #426C23 Dell

📋 copy color: '#426C23'

red 66 ◦ green 108 ◦ blue 35

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

Shades of Dell #426C23

Tints of Dell #426C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.67%

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

R = 31.58%
G = 51.67%
B = 16.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#426C23 (or 0x426C23) is known color: Dell. HEX triplet: 42, 6C and 23. RGB value is (66,108,35). Sum of RGB (Red+Green+Blue) = 66+108+35=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #426C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C23 is #BD93DC. Grayscale: #575757. Windows color (decimal): -12424157 or 2321474. OLE color: 2321474.

HSL color Cylindrical-coordinate representation of color #426C23: hue angle of 94.52º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426C23 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 108 35 -
CMYK 0.39 0 0.68 0.58
HSL 94.52º 0.51% 0.28% -
HSV(B) 94.52º 0.68% 0.42% -
XYZ 7.91 12 3.49 -
YUV 87.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 66 108 35 0.39 0 0.68 0.58 94.52 0.51 0.28
Hex 42 6C 23 27 0 44 3A 5F 33 1C
Octal 102 154 43 47 0 104 72 137 63 34
Binary 1000010 1101100 100011 100111 0 1000100 111010 1011111 110011 11100

Color Harmonies of #426C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C23

Black with #426C23

Text Example


Text Example

White with #426C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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