Html Css Color HEX #42553C Green House

📋 copy color: '#42553C'

red 66 ◦ green 85 ◦ blue 60

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

Shades of Green House #42553C

Tints of Green House #42553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 31.28%
G = 40.28%
B = 28.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#42553C (or 0x42553C) is known color: Green House. HEX triplet: 42, 55 and 3C. RGB value is (66,85,60). Sum of RGB (Red+Green+Blue) = 66+85+60=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #42553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42553C is #BDAAC3. Grayscale: #4C4C4C. Windows color (decimal): -12430020 or 3953986. OLE color: 3953986.

HSL color Cylindrical-coordinate representation of color #42553C: hue angle of 105.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42553C is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 60 -
CMYK 0.22 0 0.29 0.67
HSL 105.6º 0.17% 0.28% -
HSV(B) 105.6º 0.29% 0.33% -
XYZ 6.31 7.98 5.48 -
YUV 76.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 66 85 60 0.22 0 0.29 0.67 105.6 0.17 0.28
Hex 42 55 3C 16 0 1D 43 6A 11 1C
Octal 102 125 74 26 0 35 103 152 21 34
Binary 1000010 1010101 111100 10110 0 11101 1000011 1101010 10001 11100

Color Harmonies of #42553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42553C

Black with #42553C

Text Example


Text Example

White with #42553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42553C; }

 p { color: rgb(66,85,60); }

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

background-color css

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

 a { background-color: rgb(66,85,60); }

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

border-color css

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

 span { border-color: rgb(66,85,60); }

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