Html Css Color HEX #427535 Green House

📋 copy color: '#427535'

red 66 ◦ green 117 ◦ blue 53

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

Shades of Green House #427535

Tints of Green House #427535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.58%

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

R = 27.97%
G = 49.58%
B = 22.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#427535 (or 0x427535) is known color: Green House. HEX triplet: 42, 75 and 35. RGB value is (66,117,53). Sum of RGB (Red+Green+Blue) = 66+117+53=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #427535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427535 is #BD8ACA. Grayscale: #5E5E5E. Windows color (decimal): -12421835 or 3503426. OLE color: 3503426.

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

Color convert

RGB 66 117 53 -
CMYK 0.44 0 0.55 0.54
HSL 107.81º 0.38% 0.33% -
HSV(B) 107.81º 0.55% 0.46% -
XYZ 9.25 14.14 5.61 -
YUV 94.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 66 117 53 0.44 0 0.55 0.54 107.81 0.38 0.33
Hex 42 75 35 2C 0 37 36 6C 26 21
Octal 102 165 65 54 0 67 66 154 46 41
Binary 1000010 1110101 110101 101100 0 110111 110110 1101100 100110 100001

Color Harmonies of #427535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427535

Black with #427535

Text Example


Text Example

White with #427535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427535; }

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

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

background-color css

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

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

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

border-color css

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

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

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