Html Css Color HEX #426234 Green House

📋 copy color: '#426234'

red 66 ◦ green 98 ◦ blue 52

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

Shades of Green House #426234

Tints of Green House #426234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 30.56%
G = 45.37%
B = 24.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#426234 (or 0x426234) is known color: Green House. HEX triplet: 42, 62 and 34. RGB value is (66,98,52). Sum of RGB (Red+Green+Blue) = 66+98+52=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #426234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426234 is #BD9DCB. Grayscale: #535353. Windows color (decimal): -12426700 or 3433026. OLE color: 3433026.

HSL color Cylindrical-coordinate representation of color #426234: hue angle of 101.74º 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 #426234 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 52 -
CMYK 0.33 0 0.47 0.62
HSL 101.74º 0.31% 0.29% -
HSV(B) 101.74º 0.47% 0.38% -
XYZ 7.23 10.14 4.83 -
YUV 83.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 66 98 52 0.33 0 0.47 0.62 101.74 0.31 0.29
Hex 42 62 34 21 0 2F 3E 66 1F 1D
Octal 102 142 64 41 0 57 76 146 37 35
Binary 1000010 1100010 110100 100001 0 101111 111110 1100110 11111 11101

Color Harmonies of #426234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426234

Black with #426234

Text Example


Text Example

White with #426234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426234; }

 p { color: rgb(66,98,52); }

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

background-color css

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

 a { background-color: rgb(66,98,52); }

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

border-color css

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

 span { border-color: rgb(66,98,52); }

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