Html Css Color HEX #426E2F Green House

📋 copy color: '#426E2F'

red 66 ◦ green 110 ◦ blue 47

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

Shades of Green House #426E2F

Tints of Green House #426E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.33%

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 29.6%
G = 49.33%
B = 21.08%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#426E2F (or 0x426E2F) is known color: Green House. HEX triplet: 42, 6E and 2F. RGB value is (66,110,47). Sum of RGB (Red+Green+Blue) = 66+110+47=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #426E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426E2F is #BD91D0. Grayscale: #595959. Windows color (decimal): -12423633 or 3108418. OLE color: 3108418.

HSL color Cylindrical-coordinate representation of color #426E2F: hue angle of 101.9º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426E2F is Cyan = 0.4, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 110 47 -
CMYK 0.4 0 0.57 0.57
HSL 101.9º 0.4% 0.31% -
HSV(B) 101.9º 0.57% 0.43% -
XYZ 8.34 12.52 4.67 -
YUV 89.66 103.92 111.12 -
System Red Green Blue C M Y K H S L
Decimal 66 110 47 0.4 0 0.57 0.57 101.9 0.4 0.31
Hex 42 6E 2F 28 0 39 39 66 28 1F
Octal 102 156 57 50 0 71 71 146 50 37
Binary 1000010 1101110 101111 101000 0 111001 111001 1100110 101000 11111

Color Harmonies of #426E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E2F

Black with #426E2F

Text Example


Text Example

White with #426E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,47); }

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

background-color css

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

 a { background-color: rgb(66,110,47); }

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

border-color css

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

 span { border-color: rgb(66,110,47); }

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