Html Css Color HEX #426634 Green House

📋 copy color: '#426634'

red 66 ◦ green 102 ◦ blue 52

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

Shades of Green House #426634

Tints of Green House #426634

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.36%

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

R = 30%
G = 46.36%
B = 23.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#426634 (or 0x426634) is known color: Green House. HEX triplet: 42, 66 and 34. RGB value is (66,102,52). Sum of RGB (Red+Green+Blue) = 66+102+52=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #426634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426634 is #BD99CB. Grayscale: #555555. Windows color (decimal): -12425676 or 3434050. OLE color: 3434050.

HSL color Cylindrical-coordinate representation of color #426634: hue angle of 103.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426634 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 52 -
CMYK 0.35 0 0.49 0.6
HSL 103.2º 0.32% 0.3% -
HSV(B) 103.2º 0.49% 0.4% -
XYZ 7.62 10.91 4.95 -
YUV 85.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 66 102 52 0.35 0 0.49 0.6 103.2 0.32 0.3
Hex 42 66 34 23 0 31 3C 67 20 1E
Octal 102 146 64 43 0 61 74 147 40 36
Binary 1000010 1100110 110100 100011 0 110001 111100 1100111 100000 11110

Color Harmonies of #426634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426634

Black with #426634

Text Example


Text Example

White with #426634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426634; }

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

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

background-color css

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

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

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

border-color css

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

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

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