Html Css Color HEX #427334 Green House

📋 copy color: '#427334'

red 66 ◦ green 115 ◦ blue 52

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

Shades of Green House #427334

Tints of Green House #427334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

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

R = 28.33%
G = 49.36%
B = 22.32%

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

#427334 (or 0x427334) is known color: Green House. HEX triplet: 42, 73 and 34. RGB value is (66,115,52). Sum of RGB (Red+Green+Blue) = 66+115+52=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #427334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427334 is #BD8CCB. Grayscale: #5D5D5D. Windows color (decimal): -12422348 or 3437378. OLE color: 3437378.

HSL color Cylindrical-coordinate representation of color #427334: hue angle of 106.67º 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 #427334 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 52 -
CMYK 0.43 0 0.55 0.55
HSL 106.67º 0.38% 0.33% -
HSV(B) 106.67º 0.55% 0.45% -
XYZ 9 13.67 5.41 -
YUV 93.17 104.77 108.62 -
System Red Green Blue C M Y K H S L
Decimal 66 115 52 0.43 0 0.55 0.55 106.67 0.38 0.33
Hex 42 73 34 2B 0 37 37 6B 26 21
Octal 102 163 64 53 0 67 67 153 46 41
Binary 1000010 1110011 110100 101011 0 110111 110111 1101011 100110 100001

Color Harmonies of #427334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427334

Black with #427334

Text Example


Text Example

White with #427334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427334; }

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

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

background-color css

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

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

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

border-color css

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

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

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