Html Css Color HEX #42633C Green House

📋 copy color: '#42633C'

red 66 ◦ green 99 ◦ blue 60

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

Shades of Green House #42633C

Tints of Green House #42633C

RGB

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

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

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

R = 29.33%
G = 44%
B = 26.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#42633C (or 0x42633C) is known color: Green House. HEX triplet: 42, 63 and 3C. RGB value is (66,99,60). Sum of RGB (Red+Green+Blue) = 66+99+60=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #42633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42633C is #BD9CC3. Grayscale: #545454. Windows color (decimal): -12426436 or 3957570. OLE color: 3957570.

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

Color convert

RGB 66 99 60 -
CMYK 0.33 0 0.39 0.61
HSL 110.77º 0.25% 0.31% -
HSV(B) 110.77º 0.39% 0.39% -
XYZ 7.52 10.41 5.89 -
YUV 84.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 66 99 60 0.33 0 0.39 0.61 110.77 0.25 0.31
Hex 42 63 3C 21 0 27 3D 6F 19 1F
Octal 102 143 74 41 0 47 75 157 31 37
Binary 1000010 1100011 111100 100001 0 100111 111101 1101111 11001 11111

Color Harmonies of #42633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42633C

Black with #42633C

Text Example


Text Example

White with #42633C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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