Html Css Color HEX #42623B Green House

📋 copy color: '#42623B'

red 66 ◦ green 98 ◦ blue 59

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

Shades of Green House #42623B

Tints of Green House #42623B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.95%

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 29.6%
G = 43.95%
B = 26.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#42623B (or 0x42623B) is known color: Green House. HEX triplet: 42, 62 and 3B. RGB value is (66,98,59). Sum of RGB (Red+Green+Blue) = 66+98+59=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #42623B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42623B is #BD9DC4. Grayscale: #545454. Windows color (decimal): -12426693 or 3891778. OLE color: 3891778.

HSL color Cylindrical-coordinate representation of color #42623B: hue angle of 109.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42623B is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 59 -
CMYK 0.33 0 0.40 0.62
HSL 109.23º 0.25% 0.31% -
HSV(B) 109.23º 0.4% 0.38% -
XYZ 7.4 10.21 5.72 -
YUV 83.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 66 98 59 0.33 0 0.40 0.62 109.23 0.25 0.31
Hex 42 62 3B 21 0 28 3E 6D 19 1F
Octal 102 142 73 41 0 50 76 155 31 37
Binary 1000010 1100010 111011 100001 0 101000 111110 1101101 11001 11111

Color Harmonies of #42623B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42623B

Black with #42623B

Text Example


Text Example

White with #42623B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42623B; }

 p { color: rgb(66,98,59); }

 H1.HeaderClassName
 {
   color: #42623B;
 }
 .AnyTagClassName
 {
   color: #42623B;
 }
</style>

background-color css

<style>
 a { background-color: #42623B; }

 a { background-color: rgb(66,98,59); }

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

border-color css

<style>
 span { border-color: #42623B; }

 span { border-color: rgb(66,98,59); }

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