Html Css Color HEX #426432 Green House

📋 copy color: '#426432'

red 66 ◦ green 100 ◦ blue 50

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

Shades of Green House #426432

Tints of Green House #426432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

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

R = 30.56%
G = 46.3%
B = 23.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#426432 (or 0x426432) is known color: Green House. HEX triplet: 42, 64 and 32. RGB value is (66,100,50). Sum of RGB (Red+Green+Blue) = 66+100+50=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #426432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426432 is #BD9BCD. Grayscale: #545454. Windows color (decimal): -12426190 or 3302466. OLE color: 3302466.

HSL color Cylindrical-coordinate representation of color #426432: hue angle of 100.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426432 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 50 -
CMYK 0.34 0 0.50 0.61
HSL 100.8º 0.33% 0.29% -
HSV(B) 100.8º 0.5% 0.39% -
XYZ 7.38 10.5 4.66 -
YUV 84.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 66 100 50 0.34 0 0.50 0.61 100.8 0.33 0.29
Hex 42 64 32 22 0 32 3D 65 21 1D
Octal 102 144 62 42 0 62 75 145 41 35
Binary 1000010 1100100 110010 100010 0 110010 111101 1100101 100001 11101

Color Harmonies of #426432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426432

Black with #426432

Text Example


Text Example

White with #426432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426432; }

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

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

background-color css

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

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

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

border-color css

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

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

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