Html Css Color HEX #42673C Green House

📋 copy color: '#42673C'

red 66 ◦ green 103 ◦ blue 60

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

Shades of Green House #42673C

Tints of Green House #42673C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.98%

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

R = 28.82%
G = 44.98%
B = 26.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#42673C (or 0x42673C) is known color: Green House. HEX triplet: 42, 67 and 3C. RGB value is (66,103,60). Sum of RGB (Red+Green+Blue) = 66+103+60=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #42673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42673C is #BD98C3. Grayscale: #575757. Windows color (decimal): -12425412 or 3958594. OLE color: 3958594.

HSL color Cylindrical-coordinate representation of color #42673C: hue angle of 111.63º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42673C is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 60 -
CMYK 0.36 0 0.42 0.60
HSL 111.63º 0.26% 0.32% -
HSV(B) 111.63º 0.42% 0.4% -
XYZ 7.91 11.18 6.02 -
YUV 87.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 66 103 60 0.36 0 0.42 0.60 111.63 0.26 0.32
Hex 42 67 3C 24 0 2A 3C 70 1A 20
Octal 102 147 74 44 0 52 74 160 32 40
Binary 1000010 1100111 111100 100100 0 101010 111100 1110000 11010 100000

Color Harmonies of #42673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42673C

Black with #42673C

Text Example


Text Example

White with #42673C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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