Html Css Color HEX #426730 Dell

📋 copy color: '#426730'

red 66 ◦ green 103 ◦ blue 48

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

Shades of Dell #426730

Tints of Dell #426730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.47%

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 30.41%
G = 47.47%
B = 22.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#426730 (or 0x426730) is known color: Dell. HEX triplet: 42, 67 and 30. RGB value is (66,103,48). Sum of RGB (Red+Green+Blue) = 66+103+48=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #426730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426730 is #BD98CF. Grayscale: #555555. Windows color (decimal): -12425424 or 3172162. OLE color: 3172162.

HSL color Cylindrical-coordinate representation of color #426730: hue angle of 100.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #426730 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 48 -
CMYK 0.36 0 0.53 0.60
HSL 100.36º 0.36% 0.3% -
HSV(B) 100.36º 0.53% 0.4% -
XYZ 7.63 11.07 4.53 -
YUV 85.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 66 103 48 0.36 0 0.53 0.60 100.36 0.36 0.3
Hex 42 67 30 24 0 35 3C 64 24 1E
Octal 102 147 60 44 0 65 74 144 44 36
Binary 1000010 1100111 110000 100100 0 110101 111100 1100100 100100 11110

Color Harmonies of #426730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426730

Black with #426730

Text Example


Text Example

White with #426730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426730; }

 p { color: rgb(66,103,48); }

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

background-color css

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

 a { background-color: rgb(66,103,48); }

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

border-color css

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

 span { border-color: rgb(66,103,48); }

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