Html Css Color HEX #426135 Green House

📋 copy color: '#426135'

red 66 ◦ green 97 ◦ blue 53

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

Shades of Green House #426135

Tints of Green House #426135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 30.56%
G = 44.91%
B = 24.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#426135 (or 0x426135) is known color: Green House. HEX triplet: 42, 61 and 35. RGB value is (66,97,53). Sum of RGB (Red+Green+Blue) = 66+97+53=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #426135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426135 is #BD9ECA. Grayscale: #525252. Windows color (decimal): -12426955 or 3498306. OLE color: 3498306.

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

Color convert

RGB 66 97 53 -
CMYK 0.32 0 0.45 0.62
HSL 102.27º 0.29% 0.29% -
HSV(B) 102.27º 0.45% 0.38% -
XYZ 7.16 9.96 4.91 -
YUV 82.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 66 97 53 0.32 0 0.45 0.62 102.27 0.29 0.29
Hex 42 61 35 20 0 2D 3E 66 1D 1D
Octal 102 141 65 40 0 55 76 146 35 35
Binary 1000010 1100001 110101 100000 0 101101 111110 1100110 11101 11101

Color Harmonies of #426135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426135

Black with #426135

Text Example


Text Example

White with #426135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426135; }

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

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

background-color css

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

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

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

border-color css

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

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

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