Html Css Color HEX #426133 Green House

📋 copy color: '#426133'

red 66 ◦ green 97 ◦ blue 51

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

Shades of Green House #426133

Tints of Green House #426133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

 BLUE value IS 51 (20.31% from 255) = 23.83%

R = 30.84%
G = 45.33%
B = 23.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#426133 (or 0x426133) is known color: Green House. HEX triplet: 42, 61 and 33. RGB value is (66,97,51). Sum of RGB (Red+Green+Blue) = 66+97+51=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #426133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426133 is #BD9ECC. Grayscale: #525252. Windows color (decimal): -12426957 or 3367234. OLE color: 3367234.

HSL color Cylindrical-coordinate representation of color #426133: hue angle of 100.43º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #426133 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 51 -
CMYK 0.32 0 0.47 0.62
HSL 100.43º 0.31% 0.29% -
HSV(B) 100.43º 0.47% 0.38% -
XYZ 7.12 9.95 4.68 -
YUV 82.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 66 97 51 0.32 0 0.47 0.62 100.43 0.31 0.29
Hex 42 61 33 20 0 2F 3E 64 1F 1D
Octal 102 141 63 40 0 57 76 144 37 35
Binary 1000010 1100001 110011 100000 0 101111 111110 1100100 11111 11101

Color Harmonies of #426133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426133

Black with #426133

Text Example


Text Example

White with #426133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426133; }

 p { color: rgb(66,97,51); }

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

background-color css

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

 a { background-color: rgb(66,97,51); }

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

border-color css

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

 span { border-color: rgb(66,97,51); }

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