Html Css Color HEX #426932 Green House

📋 copy color: '#426932'

red 66 ◦ green 105 ◦ blue 50

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

Shades of Green House #426932

Tints of Green House #426932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.51%

 BLUE value IS 50 (19.92% from 255) = 22.62%

R = 29.86%
G = 47.51%
B = 22.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#426932 (or 0x426932) is known color: Green House. HEX triplet: 42, 69 and 32. RGB value is (66,105,50). Sum of RGB (Red+Green+Blue) = 66+105+50=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #426932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426932 is #BD96CD. Grayscale: #575757. Windows color (decimal): -12424910 or 3303746. OLE color: 3303746.

HSL color Cylindrical-coordinate representation of color #426932: hue angle of 102.55º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #426932 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 50 -
CMYK 0.37 0 0.52 0.59
HSL 102.55º 0.35% 0.3% -
HSV(B) 102.55º 0.52% 0.41% -
XYZ 7.87 11.49 4.82 -
YUV 87.07 107.08 112.97 -
System Red Green Blue C M Y K H S L
Decimal 66 105 50 0.37 0 0.52 0.59 102.55 0.35 0.3
Hex 42 69 32 25 0 34 3B 67 23 1E
Octal 102 151 62 45 0 64 73 147 43 36
Binary 1000010 1101001 110010 100101 0 110100 111011 1100111 100011 11110

Color Harmonies of #426932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426932

Black with #426932

Text Example


Text Example

White with #426932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426932; }

 p { color: rgb(66,105,50); }

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

background-color css

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

 a { background-color: rgb(66,105,50); }

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

border-color css

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

 span { border-color: rgb(66,105,50); }

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