Html Css Color HEX #425C35 Green House

📋 copy color: '#425C35'

red 66 ◦ green 92 ◦ blue 53

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

Shades of Green House #425C35

Tints of Green House #425C35

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.6%

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

R = 31.28%
G = 43.6%
B = 25.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#425C35 (or 0x425C35) is known color: Green House. HEX triplet: 42, 5C and 35. RGB value is (66,92,53). Sum of RGB (Red+Green+Blue) = 66+92+53=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #425C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C35 is #BDA3CA. Grayscale: #4F4F4F. Windows color (decimal): -12428235 or 3497026. OLE color: 3497026.

HSL color Cylindrical-coordinate representation of color #425C35: hue angle of 100º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425C35 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 53 -
CMYK 0.28 0 0.42 0.64
HSL 100º 0.27% 0.28% -
HSV(B) 100º 0.42% 0.36% -
XYZ 6.72 9.07 4.76 -
YUV 79.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 66 92 53 0.28 0 0.42 0.64 100 0.27 0.28
Hex 42 5C 35 1C 0 2A 40 64 1B 1C
Octal 102 134 65 34 0 52 100 144 33 34
Binary 1000010 1011100 110101 11100 0 101010 1000000 1100100 11011 11100

Color Harmonies of #425C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C35

Black with #425C35

Text Example


Text Example

White with #425C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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