Html Css Color HEX #3F6C32 Green House

📋 copy color: '#3F6C32'

red 63 ◦ green 108 ◦ blue 50

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

Shades of Green House #3F6C32

Tints of Green House #3F6C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48.87%

 BLUE value IS 50 (19.92% from 255) = 22.62%

R = 28.51%
G = 48.87%
B = 22.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#3F6C32 (or 0x3F6C32) is known color: Green House. HEX triplet: 3F, 6C and 32. RGB value is (63,108,50). Sum of RGB (Red+Green+Blue) = 63+108+50=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6C32 is #C093CD. Grayscale: #585858. Windows color (decimal): -12620750 or 3304511. OLE color: 3304511.

HSL color Cylindrical-coordinate representation of color #3F6C32: hue angle of 106.55º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F6C32 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 108 50 -
CMYK 0.42 0 0.54 0.58
HSL 106.55º 0.37% 0.31% -
HSV(B) 106.55º 0.54% 0.42% -
XYZ 7.99 12.01 4.92 -
YUV 87.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 63 108 50 0.42 0 0.54 0.58 106.55 0.37 0.31
Hex 3F 6C 32 2A 0 36 3A 6B 25 1F
Octal 77 154 62 52 0 66 72 153 45 37
Binary 111111 1101100 110010 101010 0 110110 111010 1101011 100101 11111

Color Harmonies of #3F6C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6C32

Black with #3F6C32

Text Example


Text Example

White with #3F6C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,108,50); }

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

background-color css

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

 a { background-color: rgb(63,108,50); }

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

border-color css

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

 span { border-color: rgb(63,108,50); }

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