Html Css Color HEX #426332 Green House

📋 copy color: '#426332'

red 66 ◦ green 99 ◦ blue 50

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

Shades of Green House #426332

Tints of Green House #426332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.05%

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

R = 30.7%
G = 46.05%
B = 23.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#426332 (or 0x426332) is known color: Green House. HEX triplet: 42, 63 and 32. RGB value is (66,99,50). Sum of RGB (Red+Green+Blue) = 66+99+50=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #426332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426332 is #BD9CCD. Grayscale: #535353. Windows color (decimal): -12426446 or 3302210. OLE color: 3302210.

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

Color convert

RGB 66 99 50 -
CMYK 0.33 0 0.49 0.61
HSL 100.41º 0.33% 0.29% -
HSV(B) 100.41º 0.49% 0.39% -
XYZ 7.28 10.31 4.62 -
YUV 83.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 66 99 50 0.33 0 0.49 0.61 100.41 0.33 0.29
Hex 42 63 32 21 0 31 3D 64 21 1D
Octal 102 143 62 41 0 61 75 144 41 35
Binary 1000010 1100011 110010 100001 0 110001 111101 1100100 100001 11101

Color Harmonies of #426332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426332

Black with #426332

Text Example


Text Example

White with #426332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426332; }

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

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

background-color css

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

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

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

border-color css

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

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

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