Html Css Color HEX #42683C Green House

📋 copy color: '#42683C'

red 66 ◦ green 104 ◦ blue 60

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

Shades of Green House #42683C

Tints of Green House #42683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.22%

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

R = 28.7%
G = 45.22%
B = 26.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#42683C (or 0x42683C) is known color: Green House. HEX triplet: 42, 68 and 3C. RGB value is (66,104,60). Sum of RGB (Red+Green+Blue) = 66+104+60=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #42683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42683C is #BD97C3. Grayscale: #575757. Windows color (decimal): -12425156 or 3958850. OLE color: 3958850.

HSL color Cylindrical-coordinate representation of color #42683C: hue angle of 111.82º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42683C is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 60 -
CMYK 0.37 0 0.42 0.59
HSL 111.82º 0.27% 0.32% -
HSV(B) 111.82º 0.42% 0.41% -
XYZ 8.01 11.39 6.05 -
YUV 87.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 66 104 60 0.37 0 0.42 0.59 111.82 0.27 0.32
Hex 42 68 3C 25 0 2A 3B 70 1B 20
Octal 102 150 74 45 0 52 73 160 33 40
Binary 1000010 1101000 111100 100101 0 101010 111011 1110000 11011 100000

Color Harmonies of #42683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42683C

Black with #42683C

Text Example


Text Example

White with #42683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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