Html Css Color HEX #427434 Green House

📋 copy color: '#427434'

red 66 ◦ green 116 ◦ blue 52

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

Shades of Green House #427434

Tints of Green House #427434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.57%

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

R = 28.21%
G = 49.57%
B = 22.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#427434 (or 0x427434) is known color: Green House. HEX triplet: 42, 74 and 34. RGB value is (66,116,52). Sum of RGB (Red+Green+Blue) = 66+116+52=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #427434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427434 is #BD8BCB. Grayscale: #5D5D5D. Windows color (decimal): -12422092 or 3437634. OLE color: 3437634.

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

Color convert

RGB 66 116 52 -
CMYK 0.43 0 0.55 0.55
HSL 106.88º 0.38% 0.33% -
HSV(B) 106.88º 0.55% 0.45% -
XYZ 9.11 13.9 5.45 -
YUV 93.75 104.44 108.2 -
System Red Green Blue C M Y K H S L
Decimal 66 116 52 0.43 0 0.55 0.55 106.88 0.38 0.33
Hex 42 74 34 2B 0 37 37 6B 26 21
Octal 102 164 64 53 0 67 67 153 46 41
Binary 1000010 1110100 110100 101011 0 110111 110111 1101011 100110 100001

Color Harmonies of #427434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427434

Black with #427434

Text Example


Text Example

White with #427434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427434; }

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

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

background-color css

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

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

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

border-color css

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

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

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