Html Css Color HEX #426A3A Green House

📋 copy color: '#426A3A'

red 66 ◦ green 106 ◦ blue 58

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

Shades of Green House #426A3A

Tints of Green House #426A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.09%

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 28.7%
G = 46.09%
B = 25.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#426A3A (or 0x426A3A) is known color: Green House. HEX triplet: 42, 6A and 3A. RGB value is (66,106,58). Sum of RGB (Red+Green+Blue) = 66+106+58=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 106 - color contains mainly: green. Hex color #426A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A3A is #BD95C5. Grayscale: #585858. Windows color (decimal): -12424646 or 3828290. OLE color: 3828290.

HSL color Cylindrical-coordinate representation of color #426A3A: hue angle of 110º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426A3A is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 106 58 -
CMYK 0.38 0 0.45 0.58
HSL 110º 0.29% 0.32% -
HSV(B) 110º 0.45% 0.42% -
XYZ 8.16 11.77 5.84 -
YUV 88.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 66 106 58 0.38 0 0.45 0.58 110 0.29 0.32
Hex 42 6A 3A 26 0 2D 3A 6E 1D 20
Octal 102 152 72 46 0 55 72 156 35 40
Binary 1000010 1101010 111010 100110 0 101101 111010 1101110 11101 100000

Color Harmonies of #426A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A3A

Black with #426A3A

Text Example


Text Example

White with #426A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,106,58); }

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

background-color css

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

 a { background-color: rgb(66,106,58); }

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

border-color css

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

 span { border-color: rgb(66,106,58); }

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