Html Css Color HEX #42633D Green House

📋 copy color: '#42633D'

red 66 ◦ green 99 ◦ blue 61

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

Shades of Green House #42633D

Tints of Green House #42633D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.81%

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

R = 29.2%
G = 43.81%
B = 26.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#42633D (or 0x42633D) is known color: Green House. HEX triplet: 42, 63 and 3D. RGB value is (66,99,61). Sum of RGB (Red+Green+Blue) = 66+99+61=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #42633D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42633D is #BD9CC2. Grayscale: #545454. Windows color (decimal): -12426435 or 4023106. OLE color: 4023106.

HSL color Cylindrical-coordinate representation of color #42633D: hue angle of 112.11º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42633D is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 61 -
CMYK 0.33 0 0.38 0.61
HSL 112.11º 0.24% 0.31% -
HSV(B) 112.11º 0.38% 0.39% -
XYZ 7.55 10.42 6.03 -
YUV 84.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 66 99 61 0.33 0 0.38 0.61 112.11 0.24 0.31
Hex 42 63 3D 21 0 26 3D 70 18 1F
Octal 102 143 75 41 0 46 75 160 30 37
Binary 1000010 1100011 111101 100001 0 100110 111101 1110000 11000 11111

Color Harmonies of #42633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42633D

Black with #42633D

Text Example


Text Example

White with #42633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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