Html Css Color HEX #42663D Green House

📋 copy color: '#42663D'

red 66 ◦ green 102 ◦ blue 61

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

Shades of Green House #42663D

Tints of Green House #42663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.54%

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

R = 28.82%
G = 44.54%
B = 26.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#42663D (or 0x42663D) is known color: Green House. HEX triplet: 42, 66 and 3D. RGB value is (66,102,61). Sum of RGB (Red+Green+Blue) = 66+102+61=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #42663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42663D is #BD99C2. Grayscale: #565656. Windows color (decimal): -12425667 or 4023874. OLE color: 4023874.

HSL color Cylindrical-coordinate representation of color #42663D: hue angle of 112.68º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42663D is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 61 -
CMYK 0.35 0 0.40 0.6
HSL 112.68º 0.25% 0.32% -
HSV(B) 112.68º 0.4% 0.4% -
XYZ 7.84 11 6.12 -
YUV 86.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 66 102 61 0.35 0 0.40 0.6 112.68 0.25 0.32
Hex 42 66 3D 23 0 28 3C 71 19 20
Octal 102 146 75 43 0 50 74 161 31 40
Binary 1000010 1100110 111101 100011 0 101000 111100 1110001 11001 100000

Color Harmonies of #42663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42663D

Black with #42663D

Text Example


Text Example

White with #42663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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