Html Css Color HEX #3F6B32 Green House

📋 copy color: '#3F6B32'

red 63 ◦ green 107 ◦ blue 50

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

Shades of Green House #3F6B32

Tints of Green House #3F6B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.64%

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

R = 28.64%
G = 48.64%
B = 22.73%

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

#3F6B32 (or 0x3F6B32) is known color: Green House. HEX triplet: 3F, 6B and 32. RGB value is (63,107,50). Sum of RGB (Red+Green+Blue) = 63+107+50=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6B32 is #C094CD. Grayscale: #575757. Windows color (decimal): -12621006 or 3304255. OLE color: 3304255.

HSL color Cylindrical-coordinate representation of color #3F6B32: hue angle of 106.32º 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 #3F6B32 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 107 50 -
CMYK 0.41 0 0.53 0.58
HSL 106.32º 0.36% 0.31% -
HSV(B) 106.32º 0.53% 0.42% -
XYZ 7.88 11.8 4.88 -
YUV 87.35 106.92 110.63 -
System Red Green Blue C M Y K H S L
Decimal 63 107 50 0.41 0 0.53 0.58 106.32 0.36 0.31
Hex 3F 6B 32 29 0 35 3A 6A 24 1F
Octal 77 153 62 51 0 65 72 152 44 37
Binary 111111 1101011 110010 101001 0 110101 111010 1101010 100100 11111

Color Harmonies of #3F6B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6B32

Black with #3F6B32

Text Example


Text Example

White with #3F6B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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