Html Css Color HEX #3F653C Green House

📋 copy color: '#3F653C'

red 63 ◦ green 101 ◦ blue 60

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

Shades of Green House #3F653C

Tints of Green House #3F653C

RGB

 RED value IS 63 (25% from 255) = 28.13%

 GREEN value IS 101 (39.84% from 255) = 45.09%

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

R = 28.13%
G = 45.09%
B = 26.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#3F653C (or 0x3F653C) is known color: Green House. HEX triplet: 3F, 65 and 3C. RGB value is (63,101,60). Sum of RGB (Red+Green+Blue) = 63+101+60=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #3F653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F653C is #C09AC3. Grayscale: #555555. Windows color (decimal): -12622532 or 3958079. OLE color: 3958079.

HSL color Cylindrical-coordinate representation of color #3F653C: hue angle of 115.61º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F653C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 101 60 -
CMYK 0.38 0 0.41 0.60
HSL 115.61º 0.25% 0.32% -
HSV(B) 115.61º 0.41% 0.4% -
XYZ 7.52 10.69 5.94 -
YUV 84.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 63 101 60 0.38 0 0.41 0.60 115.61 0.25 0.32
Hex 3F 65 3C 26 0 29 3C 74 19 20
Octal 77 145 74 46 0 51 74 164 31 40
Binary 111111 1100101 111100 100110 0 101001 111100 1110100 11001 100000

Color Harmonies of #3F653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F653C

Black with #3F653C

Text Example


Text Example

White with #3F653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F653C; }

 p { color: rgb(63,101,60); }

 H1.HeaderClassName
 {
   color: #3F653C;
 }
 .AnyTagClassName
 {
   color: #3F653C;
 }
</style>

background-color css

<style>
 a { background-color: #3F653C; }

 a { background-color: rgb(63,101,60); }

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

border-color css

<style>
 span { border-color: #3F653C; }

 span { border-color: rgb(63,101,60); }

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