Html Css Color HEX #3F6A32 Green House

📋 copy color: '#3F6A32'

red 63 ◦ green 106 ◦ blue 50

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

Shades of Green House #3F6A32

Tints of Green House #3F6A32

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.4%

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

R = 28.77%
G = 48.4%
B = 22.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#3F6A32 (or 0x3F6A32) is known color: Green House. HEX triplet: 3F, 6A and 32. RGB value is (63,106,50). Sum of RGB (Red+Green+Blue) = 63+106+50=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A32 is #C095CD. Grayscale: #565656. Windows color (decimal): -12621262 or 3303999. OLE color: 3303999.

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

Color convert

RGB 63 106 50 -
CMYK 0.41 0 0.53 0.58
HSL 106.07º 0.36% 0.31% -
HSV(B) 106.07º 0.53% 0.42% -
XYZ 7.78 11.6 4.85 -
YUV 86.76 107.25 111.05 -
System Red Green Blue C M Y K H S L
Decimal 63 106 50 0.41 0 0.53 0.58 106.07 0.36 0.31
Hex 3F 6A 32 29 0 35 3A 6A 24 1F
Octal 77 152 62 51 0 65 72 152 44 37
Binary 111111 1101010 110010 101001 0 110101 111010 1101010 100100 11111

Color Harmonies of #3F6A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6A32

Black with #3F6A32

Text Example


Text Example

White with #3F6A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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