Html Css Color HEX #427335 Green House

📋 copy color: '#427335'

red 66 ◦ green 115 ◦ blue 53

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

Shades of Green House #427335

Tints of Green House #427335

RGB

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

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

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

R = 28.21%
G = 49.15%
B = 22.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#427335 (or 0x427335) is known color: Green House. HEX triplet: 42, 73 and 35. RGB value is (66,115,53). Sum of RGB (Red+Green+Blue) = 66+115+53=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #427335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427335 is #BD8CCA. Grayscale: #5D5D5D. Windows color (decimal): -12422347 or 3502914. OLE color: 3502914.

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

Color convert

RGB 66 115 53 -
CMYK 0.43 0 0.54 0.55
HSL 107.42º 0.37% 0.33% -
HSV(B) 107.42º 0.54% 0.45% -
XYZ 9.02 13.68 5.53 -
YUV 93.28 105.27 108.54 -
System Red Green Blue C M Y K H S L
Decimal 66 115 53 0.43 0 0.54 0.55 107.42 0.37 0.33
Hex 42 73 35 2B 0 36 37 6B 25 21
Octal 102 163 65 53 0 66 67 153 45 41
Binary 1000010 1110011 110101 101011 0 110110 110111 1101011 100101 100001

Color Harmonies of #427335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427335

Black with #427335

Text Example


Text Example

White with #427335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427335; }

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

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

background-color css

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

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

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

border-color css

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

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

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