Html Css Color HEX #426934 Green House

📋 copy color: '#426934'

red 66 ◦ green 105 ◦ blue 52

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

Shades of Green House #426934

Tints of Green House #426934

RGB

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

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

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

R = 29.6%
G = 47.09%
B = 23.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#426934 (or 0x426934) is known color: Green House. HEX triplet: 42, 69 and 34. RGB value is (66,105,52). Sum of RGB (Red+Green+Blue) = 66+105+52=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #426934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426934 is #BD96CB. Grayscale: #575757. Windows color (decimal): -12424908 or 3434818. OLE color: 3434818.

HSL color Cylindrical-coordinate representation of color #426934: hue angle of 104.15º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426934 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 52 -
CMYK 0.37 0 0.50 0.59
HSL 104.15º 0.34% 0.31% -
HSV(B) 104.15º 0.5% 0.41% -
XYZ 7.92 11.51 5.05 -
YUV 87.3 108.08 112.81 -
System Red Green Blue C M Y K H S L
Decimal 66 105 52 0.37 0 0.50 0.59 104.15 0.34 0.31
Hex 42 69 34 25 0 32 3B 68 22 1F
Octal 102 151 64 45 0 62 73 150 42 37
Binary 1000010 1101001 110100 100101 0 110010 111011 1101000 100010 11111

Color Harmonies of #426934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426934

Black with #426934

Text Example


Text Example

White with #426934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426934; }

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

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

background-color css

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

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

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

border-color css

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

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

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