Html Css Color HEX #42553A Green House

📋 copy color: '#42553A'

red 66 ◦ green 85 ◦ blue 58

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

Shades of Green House #42553A

Tints of Green House #42553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.75%

R = 31.58%
G = 40.67%
B = 27.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#42553A (or 0x42553A) is known color: Green House. HEX triplet: 42, 55 and 3A. RGB value is (66,85,58). Sum of RGB (Red+Green+Blue) = 66+85+58=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #42553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42553A is #BDAAC5. Grayscale: #4C4C4C. Windows color (decimal): -12430022 or 3822914. OLE color: 3822914.

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

Color convert

RGB 66 85 58 -
CMYK 0.22 0 0.32 0.67
HSL 102.22º 0.19% 0.28% -
HSV(B) 102.22º 0.32% 0.33% -
XYZ 6.26 7.96 5.21 -
YUV 76.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 66 85 58 0.22 0 0.32 0.67 102.22 0.19 0.28
Hex 42 55 3A 16 0 20 43 66 13 1C
Octal 102 125 72 26 0 40 103 146 23 34
Binary 1000010 1010101 111010 10110 0 100000 1000011 1100110 10011 11100

Color Harmonies of #42553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42553A

Black with #42553A

Text Example


Text Example

White with #42553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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