Html Css Color HEX #426134 Green House

📋 copy color: '#426134'

red 66 ◦ green 97 ◦ blue 52

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

Shades of Green House #426134

Tints of Green House #426134

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.12%

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 30.7%
G = 45.12%
B = 24.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#426134 (or 0x426134) is known color: Green House. HEX triplet: 42, 61 and 34. RGB value is (66,97,52). Sum of RGB (Red+Green+Blue) = 66+97+52=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #426134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426134 is #BD9ECB. Grayscale: #525252. Windows color (decimal): -12426956 or 3432770. OLE color: 3432770.

HSL color Cylindrical-coordinate representation of color #426134: hue angle of 101.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #426134 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 52 -
CMYK 0.32 0 0.46 0.62
HSL 101.33º 0.3% 0.29% -
HSV(B) 101.33º 0.46% 0.38% -
XYZ 7.14 9.96 4.79 -
YUV 82.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 66 97 52 0.32 0 0.46 0.62 101.33 0.3 0.29
Hex 42 61 34 20 0 2E 3E 65 1E 1D
Octal 102 141 64 40 0 56 76 145 36 35
Binary 1000010 1100001 110100 100000 0 101110 111110 1100101 11110 11101

Color Harmonies of #426134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426134

Black with #426134

Text Example


Text Example

White with #426134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426134; }

 p { color: rgb(66,97,52); }

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

background-color css

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

 a { background-color: rgb(66,97,52); }

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

border-color css

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

 span { border-color: rgb(66,97,52); }

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