Html Css Color HEX #42693D Green House

📋 copy color: '#42693D'

red 66 ◦ green 105 ◦ blue 61

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

Shades of Green House #42693D

Tints of Green House #42693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.26%

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 28.45%
G = 45.26%
B = 26.29%

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

#42693D (or 0x42693D) is known color: Green House. HEX triplet: 42, 69 and 3D. RGB value is (66,105,61). Sum of RGB (Red+Green+Blue) = 66+105+61=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #42693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42693D is #BD96C2. Grayscale: #585858. Windows color (decimal): -12424899 or 4024642. OLE color: 4024642.

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

Color convert

RGB 66 105 61 -
CMYK 0.37 0 0.42 0.59
HSL 113.18º 0.27% 0.33% -
HSV(B) 113.18º 0.42% 0.41% -
XYZ 8.14 11.6 6.22 -
YUV 88.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 66 105 61 0.37 0 0.42 0.59 113.18 0.27 0.33
Hex 42 69 3D 25 0 2A 3B 71 1B 21
Octal 102 151 75 45 0 52 73 161 33 41
Binary 1000010 1101001 111101 100101 0 101010 111011 1110001 11011 100001

Color Harmonies of #42693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42693D

Black with #42693D

Text Example


Text Example

White with #42693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42693D; }

 p { color: rgb(66,105,61); }

 H1.HeaderClassName
 {
   color: #42693D;
 }
 .AnyTagClassName
 {
   color: #42693D;
 }
</style>

background-color css

<style>
 a { background-color: #42693D; }

 a { background-color: rgb(66,105,61); }

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

border-color css

<style>
 span { border-color: #42693D; }

 span { border-color: rgb(66,105,61); }

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